Skip to content

Commit

Permalink
clean out the s3 bucket on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lyleschemmerling authored and alex-fusionauth committed Sep 5, 2023
1 parent f056257 commit 5ea2d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: npm run build
- name: Deploy to S3
run: |
aws s3 sync ./dist/ s3://${{ env.BUCKET_NAME }}
aws s3 sync ./dist/ s3://${{ env.BUCKET_NAME }} --delete
- name: CloudFront request handler and cache invalidation
working-directory: .
run: |
Expand Down

0 comments on commit 5ea2d6c

Please sign in to comment.