Skip to content

Commit

Permalink
Update build-and-deploy-backend.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
krugergui authored Oct 29, 2023
1 parent 25f0f2d commit 8c69f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create .env
env:
ENV_FILE_BACKEND: ${{ secrets.ENV_FILE_BACKEND }}
run: echo $ENV_FILE_BACKEND | base64 --decode > ./app/.env
run: echo $ENV_FILE_BACKEND | base64 --decode > ./backend/.env

- id: docker-push-tagged
name: Tag Docker image and push to Google Artifact Registry
Expand Down

0 comments on commit 8c69f19

Please sign in to comment.