Skip to content

Commit 0a75723

Browse files
authored
Remove BunnyCDN cache purge from staging workflow
Removed BunnyCDN cache purge step from workflow.
1 parent 78ab368 commit 0a75723

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/staging.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ jobs:
6666
AWS_DEFAULT_REGION: us-east-1
6767
AWS_ENDPOINT_URL: https://s3-admin-qa.dynabic.com
6868

69-
- name: Purge BunnyCDN Cache
70-
run: |
71-
curl -siG \
72-
-H "X-Api-Key: ${{ secrets.BUNNY_API_KEY }}" \
73-
--data-urlencode "url=https://tutorials.groupdocs.com/merger" \
74-
"https://api.dynabic.com/bn/purge?async=true"
75-
# Invalidate Cloudfront
76-
- name: invalidate
77-
uses: chetan/invalidate-cloudfront-action@v2
7869
env:
7970
DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION }}
8071
PATHS: /merger/*

0 commit comments

Comments
 (0)