From 578b0967025102cb67adb8dd6905b9321649f18d Mon Sep 17 00:00:00 2001 From: Guilherme Kruger Date: Sun, 29 Oct 2023 20:55:21 +0100 Subject: [PATCH] Update build-and-deploy-backend.yaml --- .github/workflows/build-and-deploy-backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-backend.yaml b/.github/workflows/build-and-deploy-backend.yaml index 1ee00a3..c58a7e9 100644 --- a/.github/workflows/build-and-deploy-backend.yaml +++ b/.github/workflows/build-and-deploy-backend.yaml @@ -38,7 +38,7 @@ jobs: - name: Create .env env: ENV_FILE_BACKEND: ${{ secrets.ENV_FILE_BACKEND }} - run: echo $ENV_FILE_BACKEND | base64 --decode > ./backend/.env + run: echo $ENV_FILE_BACKEND | base64 --decode > ./sre/backend/.env - id: docker-push-tagged name: Tag Docker image and push to Google Artifact Registry