From 90f342cf650bc4e1b35863f3fdbcb2b04166f243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Mon, 18 Sep 2023 22:04:58 +0200 Subject: [PATCH] Update deploy workflow config --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eead4ff..18a87d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,12 +9,13 @@ jobs: runs-on: ubuntu-latest environment: oracle-cloud steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create .env file - uses: SpicyPizza/create-envfile@v1 + uses: SpicyPizza/create-envfile@v2 with: + envkey_DEBUG: true + envkey_DB_HOST: "db" envkey_TOKEN: ${{ secrets.TOKEN }} - envkey_DB_HOST: ${{ secrets.DB_HOST }} - uses: alex-ac/github-action-ssh-docker-compose@master name: Docker-Compose Remote Deployment with: