From 9a45761ced20cff0ea1d3b96cd8d2fbaf1dc8331 Mon Sep 17 00:00:00 2001 From: aleph Date: Sun, 12 Oct 2025 20:00:15 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20update=20S3=20cleanup?= =?UTF-8?q?=20command=20to=20remove=20all=20files=20from=20the=20bucket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-aws.yml b/.github/workflows/deploy-aws.yml index 6b2bd5d..5fd2617 100644 --- a/.github/workflows/deploy-aws.yml +++ b/.github/workflows/deploy-aws.yml @@ -95,4 +95,4 @@ jobs: - name: Stop Staging Site run: | - aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/staging/ --recursive \ No newline at end of file + aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive \ No newline at end of file