feat: coordinate static site deployments through Gandalf
All checks were successful
Test / test (push) Successful in 8s

This commit is contained in:
Eric Wendland 2026-07-21 23:26:34 +02:00
commit 411010ef5a
4 changed files with 257 additions and 17 deletions

View file

@ -14,7 +14,7 @@ inputs:
required: false
default: storage.bunnycdn.com
purge-endpoint:
description: Optional trusted static-site purge gateway base URL.
description: Optional trusted Gandalf deployment gateway base URL.
required: false
default: ""
dry-run:
@ -36,6 +36,7 @@ runs:
BUNNY_STORAGE_ZONE: ${{ inputs.storage-zone }}
BUNNY_STORAGE_ENDPOINT: ${{ inputs.storage-endpoint }}
BUNNY_PURGE_ENDPOINT: ${{ inputs.purge-endpoint }}
STATIC_SITE_REVISION: ${{ github.sha }}
STATIC_SITE_DRY_RUN: ${{ inputs.dry-run }}
STATIC_SITE_WORKERS: ${{ inputs.workers }}
run: |