Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
add env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslowry authored Mar 19, 2021
1 parent d845046 commit 805d2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: REACT_APP_ENV=development yarn build

- name: deploy
run: aws s3 sync ./build/ s3://brannigans-chess-dev/
run: AWS_EC2_METADATA_DISABLED=true aws s3 sync ./build/ s3://brannigans-chess-dev/

- name: invalidate
run: aws cloudfront create-invalidation --distribution-id EK4KIXP60KA8L --paths "/*"

0 comments on commit 805d2ba

Please sign in to comment.