Skip to content

Commit 0ade7e6

Browse files
authored
Merge pull request #37 from PythonMexico/migrate/github-pages-to-s3
chore: 🧹 update S3 cleanup command to remove all files from the bucket
2 parents bb55f91 + 9a45761 commit 0ade7e6

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)