1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-31 07:41:05 +00:00

Deploy releases to BunnyCDN (#2466)

This commit is contained in:
2024-03-31 03:19:46 -05:00
parent 139a206367
commit 82ab189d36
3 changed files with 246 additions and 71 deletions

View File

@@ -88,8 +88,14 @@ jobs:
with:
netlify_production: true
github_pages: true
bunnycdn_production: true
minio_production: true
secrets:
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
PROD_BUNNYCDN_API_KEY: ${{ secrets.PROD_BUNNYCDN_API_KEY }}
PROD_BUNNYCDN_PASSWORD: ${{ secrets.PROD_BUNNYCDN_PASSWORD }}
PROD_MINIO_KEY_ID: ${{ secrets.PROD_MINIO_KEY_ID }}
PROD_MINIO_SECRET_KEY: ${{ secrets.PROD_MINIO_SECRET_KEY }}
cleanup:
if: ${{ always() }}