TEST deploy single job (site only) #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |