From 7f2c50626727c07d9c6cc411748d199decae176e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Mon, 18 Sep 2023 21:57:10 +0200 Subject: [PATCH] Move db host value to repo secrets --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: