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

Commit

Permalink
sync change folder output to out
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TinnNguyen committed Apr 4, 2024
1 parent 095377b commit 944a359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_s3_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
S3_BUCKET: ${{ secrets.S3_BUCKET_DEV }}
CLOUDFRONT_ID: ${{ secrets.CLOUDFRONT_ID_DEV }}
run: |
aws s3 sync ./build $S3_BUCKET --delete
aws s3 sync ./out $S3_BUCKET --delete
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_ID --paths "/*"

0 comments on commit 944a359

Please sign in to comment.