Skip to content

Commit 2e18fa1

Browse files
committed
fix: 🐛 Validator URL added to kamal UI config
1 parent 10cbc38 commit 2e18fa1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ui/.kamal/secrets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ZENODO_CLIENT_ID=$ZENODO_CLIENT_ID
2626
ZENODO_CLIENT_SECRET=$ZENODO_CLIENT_SECRET
2727
ZENODO_REDIRECT_URI=$ZENODO_REDIRECT_URI
2828
UI_LOGWATCH_URL=$UI_LOGWATCH_URL
29+
VALIDATOR_URL=$VALIDATOR_URL
2930

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

ui/config/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ env:
6060
- ZENODO_CLIENT_SECRET
6161
- ZENODO_REDIRECT_URI
6262
- UI_LOGWATCH_URL
63+
- VALIDATOR_URL
6364
clear:
6465
NODE_ENV: production
6566

0 commit comments

Comments
 (0)