Skip to content

Commit

Permalink
Purge CDN cache after deployment (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkk authored Nov 6, 2024
1 parent 38308d9 commit 87e26cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ jobs:
remote_host: ${{ secrets.DEPLOY_STATIC_SITE_HOST }}
remote_user: ${{ secrets.DEPLOY_STATIC_SITE_USER }}
remote_key: ${{ secrets.DEPLOY_STATIC_SITE_KEY }}

- name: Purge BunnyCDN cache
uses: eayllon/bunnycdn-purge-cache@253ab627f8e743b4d7f96e7020e8bc04377ac49d
with:
accessKey: ${{ secrets.BUNNY_API_KEY }}
zoneID: ${{ secrets.BUNNY_ZONE_ID }}

0 comments on commit 87e26cb

Please sign in to comment.