Skip to content

Commit 87e26cb

Browse files
authored
Purge CDN cache after deployment (#538)
1 parent 38308d9 commit 87e26cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docusaurus.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ jobs:
3434
remote_host: ${{ secrets.DEPLOY_STATIC_SITE_HOST }}
3535
remote_user: ${{ secrets.DEPLOY_STATIC_SITE_USER }}
3636
remote_key: ${{ secrets.DEPLOY_STATIC_SITE_KEY }}
37+
38+
- name: Purge BunnyCDN cache
39+
uses: eayllon/bunnycdn-purge-cache@253ab627f8e743b4d7f96e7020e8bc04377ac49d
40+
with:
41+
accessKey: ${{ secrets.BUNNY_API_KEY }}
42+
zoneID: ${{ secrets.BUNNY_ZONE_ID }}

0 commit comments

Comments
 (0)