Skip to content

Commit

Permalink
feat: delete extra files on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-salvagni committed Jul 11, 2024
1 parent 0658ab4 commit 5dd1f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build application
run: npm run build
- name: Deploy to S3
run: aws s3 sync ./dist/ s3://${{ secrets.BUCKET_ID }}
run: aws s3 sync ./dist/ s3://${{ secrets.BUCKET_ID }} --delete

0 comments on commit 5dd1f19

Please sign in to comment.