Fix db host again
This commit is contained in:
parent
f071e890ad
commit
795bdc31ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: SpicyPizza/create-envfile@v1
|
||||
with:
|
||||
envkey_TOKEN: ${{ secrets.TOKEN }}
|
||||
envkey_DB_HOST: db
|
||||
envkey_DB_HOST: "db"
|
||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||
name: Docker-Compose Remote Deployment
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue