There was an error while loading. Please reload this page.
1 parent 6eb88eb commit 5e18f01Copy full SHA for 5e18f01
1 file changed
.github/workflows/test-singlejob-debug.yml
@@ -0,0 +1,24 @@
1
+name: TEST single job v4-debug secret lengths
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+permissions:
7
+ contents: read
8
9
+jobs:
10
+ deploy-site:
11
+ uses: nichu42/shared-workflows/.github/workflows/deploy-bunny.yml@v4-debug
12
+ with:
13
+ source_dir: site/dist
14
+ build_command: python scripts/build_site.py
15
+ cdn_domain: boxviewer.app
16
+ cache_control: no-cache
17
+ purge_list: index.html changelog.html credits.html privacy.html styles.css
18
+ secrets:
19
+ S3_ENDPOINT: HOMEPAGE_BUNNY_S3_ENDPOINT
20
+ S3_ACCESS_KEY: HOMEPAGE_BUNNY_S3_ACCESS_KEY
21
+ S3_SECRET_KEY: HOMEPAGE_BUNNY_S3_SECRET_KEY
22
+ S3_BUCKET: HOMEPAGE_BUNNY_S3_BUCKET
23
+ BUNNY_API_KEY: HOMEPAGE_BUNNY_API_KEY
24
0 commit comments