Fix db host again

This commit is contained in:
Mikołaj Pich 2023-09-18 21:53:00 +02:00
parent f071e890ad
commit 795bdc31ef

View file

@ -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: