Skip to content

TEST single job v4-debug secret lengths #3

TEST single job v4-debug secret lengths

TEST single job v4-debug secret lengths #3

name: TEST single job v4-debug secret lengths
on:
workflow_dispatch:
permissions:
contents: read
jobs:
deploy-site:
uses: nichu42/shared-workflows/.github/workflows/deploy-bunny.yml@v4-debug
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