Skip to content

Commit

Permalink
update envvars for nomad job
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Nov 23, 2024
1 parent 2b7c283 commit 3cebc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/deploy/production.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TOKEN={{ key "blockbot/discord/token" }}
LDAP_USERNAME={{ key "blockbot/ldap/username" }}
LDAP_PASSWORD={{ key "blockbot/ldap/password" }}
DISCORD_UID_MAP={{ key "blockbot/discord/uid_map" }}
AGENDA_TEMPLATE_URL={{ key "blockbot/agenda/template_url" }}
EOF
destination = "local/.env"
env = true
Expand Down
1 change: 1 addition & 0 deletions .github/deploy/review.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ DEBUG=true
LDAP_USERNAME={{ key "blockbot-dev/ldap/username" }}
LDAP_PASSWORD={{ key "blockbot-dev/ldap/password" }}
DISCORD_UID_MAP={{ key "blockbot-dev/discord/uid_map" }}
AGENDA_TEMPLATE_URL={{ key "blockbot-dev/agenda/template_url" }}
EOF
destination = "local/.env"
env = true
Expand Down

0 comments on commit 3cebc2e

Please sign in to comment.