Skip to content

Commit 813fb49

Browse files
authored
Update S3 sync and BunnyCDN cache purge URLs
1 parent 773ab23 commit 813fb49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Sync to Ceph S3
5858
run: |
59-
aws s3 sync ./public/ s3://tutorials-groupdocs-com/metadata/ \
59+
aws s3 sync ./public/ s3://qa-tutorials-groupdocs-com/metadata/ \
6060
--endpoint-url https://s3-qa.dynabic.com \
6161
--acl public-read \
6262
--delete
@@ -70,5 +70,5 @@ jobs:
7070
run: |
7171
curl -siG \
7272
-H "X-Api-Key: ${{ secrets.BUNNY_API_KEY }}" \
73-
--data-urlencode "url=https://tutorials.groupdocs.com/metadata" \
73+
--data-urlencode "url=https://qa-tutorials.groupdocs.com/metadata" \
7474
"https://api.dynabic.com/bn/purge?async=true"

0 commit comments

Comments
 (0)