Skip to content

Commit

Permalink
fix: app.env file creation in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Apr 11, 2024
1 parent 18c8efc commit 7fcfb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
ENV_FILE: ${{ secrets.APP_ENV_FILE }}
run: |
echo $ENV_FILE | base64 --decode > app.env
echo $ENV_FILE > app.env
- name: Build, tag, and push docker image to Amazon ECR
env:
Expand Down

0 comments on commit 7fcfb8d

Please sign in to comment.