Skip to content

Commit bcc5f91

Browse files
committed
fix: 🐛 Add missing variables to kamal secrets
1 parent b5bacb2 commit bcc5f91

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ui/.kamal/secrets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ ZENODO_CLIENT_SECRET=$ZENODO_CLIENT_SECRET
2727
ZENODO_REDIRECT_URI=$ZENODO_REDIRECT_URI
2828
UI_LOGWATCH_URL=$UI_LOGWATCH_URL
2929
VALIDATOR_URL=$VALIDATOR_URL
30+
CODEFAIR_APP_DOMAIN=$CODEFAIR_APP_DOMAIN
31+
GH_APP_NAME=$GH_APP_NAME
3032

3133
# Option 2: Read secrets via a command
3234
# RAILS_MASTER_KEY=$(cat config/master.key)

ui/config/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ env:
6161
- ZENODO_REDIRECT_URI
6262
- UI_LOGWATCH_URL
6363
- VALIDATOR_URL
64+
- CODEFAIR_APP_DOMAIN
65+
- GH_APP_NAME
6466
clear:
6567
NODE_ENV: production
6668

0 commit comments

Comments
 (0)