Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Nov 12, 2023
1 parent a6ad6f9 commit a98aaa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Delete old map tiles file from Cloudflare R2
env:
R2_API_ENDPOINT: ${{ secrets.R2_API_ENDPOINT }}
run: |
aws s3 rm s3://protomaps/"${{ env.OLD_MAP_FILE }}" --endpoint-url https://"$R2_API_ENDPOINT".r2.cloudflarestorage.com

0 comments on commit a98aaa3

Please sign in to comment.