Move db host value to repo secrets

This commit is contained in:
Mikołaj Pich 2023-09-18 21:57:10 +02:00
parent 795bdc31ef
commit 7f2c506267

View file

@ -14,7 +14,7 @@ jobs:
uses: SpicyPizza/create-envfile@v1 uses: SpicyPizza/create-envfile@v1
with: with:
envkey_TOKEN: ${{ secrets.TOKEN }} envkey_TOKEN: ${{ secrets.TOKEN }}
envkey_DB_HOST: "db" envkey_DB_HOST: ${{ secrets.DB_HOST }}
- uses: alex-ac/github-action-ssh-docker-compose@master - uses: alex-ac/github-action-ssh-docker-compose@master
name: Docker-Compose Remote Deployment name: Docker-Compose Remote Deployment
with: with: