Skip to content

Commit 9a45761

Browse files
author
aleph
committed
chore: 🧹 update S3 cleanup command to remove all files from the bucket
1 parent ca8d6e6 commit 9a45761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595

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

0 commit comments

Comments
 (0)