Skip to content

Commit

Permalink
fix(ci-cd): invalid env file name
Browse files Browse the repository at this point in the history
  • Loading branch information
rutajdash committed Oct 28, 2022
1 parent da90cbb commit 7b22d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2

- name: Add Env File
run: echo ${{ secrets.env_vars }} | base64 --decode > client/env/.env.${{ inputs.node_env }}
run: echo ${{ secrets.env_vars }} | base64 --decode > client/env/.env.production

- name: Cache Docker layers
uses: actions/cache@v2
Expand Down

0 comments on commit 7b22d49

Please sign in to comment.