Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: 🧹 update S3 cleanup command to remove all files from the bucket
  • Loading branch information
aleph
aleph committed Oct 13, 2025
commit 9a45761ced20cff0ea1d3b96cd8d2fbaf1dc8331
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:

- name: Stop Staging Site
run: |
aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/staging/ --recursive
aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive
Loading