Skip to content

Commit

Permalink
Manually delete bucket with correct label (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Jul 18, 2024
1 parent fefd220 commit 2244f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.SITE_DEPLOYER_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SITE_DEPLOYER_ACCESS_KEY_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUCKET: ${{ format('vapor-website-pulls-pr{0}', github.event.number) }}

steps:
- name: Delete Website Bucket
uses: rishabhrao/s3-website-https-pr-action@v1
with:
bucket-prefix: "vapor-website-pulls"
run: |
aws s3 rb s3://${BUCKET} --force

0 comments on commit 2244f49

Please sign in to comment.