Skip to content

Commit 2b771d9

Browse files
committed
fix: revert commit dfed9b8
1 parent dfed9b8 commit 2b771d9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
file: ./compose.yaml;./compose.prod.yaml
7474
name: biixie-website
7575
mode: compose
76-
# env:
77-
# CF_TURNSTILE_SECRET: ${{ secrets.CF_TURNSTILE_SECRET }}
78-
# KVP_REDACTED_TERMS: ${{ secrets.REDACTED_TERMS }}
76+
env:
77+
CF_TURNSTILE_SECRET: ${{ secrets.CF_TURNSTILE_SECRET }}
78+
KVP_REDACTED_TERMS: ${{ secrets.REDACTED_TERMS }}

compose.dev.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
ALLOW_DEBUG_MAILING: false
1212
secrets:
1313
cf_turnstile_secret:
14+
# environment: CF_TURNSTILE_SECRET
1415
file: ./backend/secrets/cf_turnstile_secret
1516
redacted_terms:
16-
file: ./backend/redacted/redacted_terms.kvp
17+
environment: KVP_REDACTED_TERMS
18+
# file: ./backend/redacted/redacted_terms.kvp

0 commit comments

Comments
 (0)