Skip to content

Commit

Permalink
update test cdn for SSL wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
aakarim committed Mar 13, 2024
1 parent c45d271 commit 72ffd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.CDN_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CDN_SECRET_ACCESS_KEY }}
run: |
s3cmd -c ./do/.s3cfg sync --acl-public ./build/ --delete-removed s3://api-docs.test --no-preserve --no-mime-magic --guess-mime-type -v
s3cmd -c ./do/.s3cfg sync --acl-public ./build/ --delete-removed s3://api-docs-test --no-preserve --no-mime-magic --guess-mime-type -v
- name: purge cdn cache
run: |
doctl compute cdn flush b8764f84-960c-4e2c-bd77-fc7b79947a9d
doctl compute cdn flush ad8cf717-75a6-4994-870c-03148b36af2f

0 comments on commit 72ffd28

Please sign in to comment.