Skip to content

TEST deploy single job (site only) #1

TEST deploy single job (site only)

TEST deploy single job (site only) #1

name: TEST deploy single job (site only)
on:
workflow_dispatch:
permissions:
contents: read
jobs:
deploy-site:
uses: nichu42/shared-workflows/.github/workflows/deploy-bunny.yml@v4
with:
source_dir: site/dist
build_command: python scripts/build_site.py
cdn_domain: boxviewer.app
cache_control: no-cache
purge_list: index.html changelog.html credits.html privacy.html styles.css
secrets:
S3_ENDPOINT: HOMEPAGE_BUNNY_S3_ENDPOINT
S3_ACCESS_KEY: HOMEPAGE_BUNNY_S3_ACCESS_KEY
S3_SECRET_KEY: HOMEPAGE_BUNNY_S3_SECRET_KEY
S3_BUCKET: HOMEPAGE_BUNNY_S3_BUCKET
BUNNY_API_KEY: HOMEPAGE_BUNNY_API_KEY