feat: coordinate static site deployments through Gandalf
All checks were successful
Test / test (push) Successful in 8s
All checks were successful
Test / test (push) Successful in 8s
This commit is contained in:
parent
d3a6b4bb0a
commit
411010ef5a
4 changed files with 257 additions and 17 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue