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

Commit

Permalink
adjust workflow sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
coldice committed Sep 22, 2023
1 parent 280acf8 commit 332868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
aws-region: eu-west-1
- name: 🚀 Deploy AWS S3
run: |
aws s3 sync public ${{ vars.AWS_S3_BUCKET_URL }}
aws s3 sync --delete public ${{ vars.AWS_S3_BUCKET_URL }}
aws cloudfront create-invalidation --distribution-id ${{ vars.CF_DISTRIBUTION_ID }} --paths "/*"

0 comments on commit 332868a

Please sign in to comment.