Skip to content

Commit

Permalink
Fix fix missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AminArria committed Jul 19, 2024
1 parent b15c55e commit 0b9e47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/loadtest-brazil-client-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ jobs:
PHX_SERVER=${PHX_SERVER} \
PHX_HOST=${PHX_HOST} \
PORT=${PORT} \
BOT_MANAGER_HOST=${BOT_MANAGER_HOST} \
BOT_MANAGER_PORT=${BOT_MANAGER_PORT} \
DATABASE_URL=${DATABASE_URL} \
SECRET_KEY_BASE=${SECRET_KEY_BASE} \
NEWRELIC_APP_NAME=${NEWRELIC_APP_NAME} \
NEWRELIC_KEY=${NEWRELIC_KEY} \
DBUS_SESSION_BUS_ADDRESS=${DBUS_SESSION_BUS_ADDRESS} \
GATEWAY_URL=${GATEWAY_URL} \
/home/${SSH_USERNAME}/deploy-script/deploy.sh

0 comments on commit 0b9e47f

Please sign in to comment.