Skip to content

Commit

Permalink
enable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 15, 2023
1 parent 67c3ea5 commit 5ba808b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/web-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: eu-west-2
run: |
aws s3 ls
# aws s3 rm s3://app-gosh-sh --recursive
# aws s3 sync build/ s3://app-gosh-sh
# aws cloudfront create-invalidation --distribution-id E2N1XW3TTILT0O --paths '/*'
aws s3 rm s3://app-gosh-sh --recursive
aws s3 sync build/ s3://app-gosh-sh
aws cloudfront create-invalidation --distribution-id E2N1XW3TTILT0O --paths '/*'

0 comments on commit 5ba808b

Please sign in to comment.