diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a8300d..eead4ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: uses: SpicyPizza/create-envfile@v1 with: envkey_TOKEN: ${{ secrets.TOKEN }} - envkey_DB_HOST: "db" + envkey_DB_HOST: ${{ secrets.DB_HOST }} - uses: alex-ac/github-action-ssh-docker-compose@master name: Docker-Compose Remote Deployment with: