Skip to content

Commit

Permalink
Fix env -> vars
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent a19805a commit 513a83c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
role-session-name: fAIrGithub

- name: Install AWS CLI
run: aws s3 cp build/* s3://${{ env.FRONTEND_BUCKET }}/
run: |
ls -lh;
aws s3 cp build/ s3://${{ vars.FRONTEND_BUCKET }}/

0 comments on commit 513a83c

Please sign in to comment.