Skip to content

Commit

Permalink
Export runtime env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Aug 26, 2024
1 parent bd0c30d commit 98cd69f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions devops/deploy-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@ if [ ${RELEASE} == "central_backend" ]; then
mix ecto.migrate
fi

export PHX_HOST
export DATABASE_URL
export PHX_SERVER
export SECRET_KEY_BASE
export JWT_PRIVATE_KEY_BASE_64
export PORT
export RELEASE_NODE
export GATEWAY_URL
export METRICS_ENDPOINT_PORT
export OVERRIDE_JWT
export GOOGLE_CLIENT_ID
export BOT_MANAGER_PORT
export BOT_MANAGER_HOST
export CONFIGURATOR_HOST
export CONFIGURATOR_GOOGLE_CLIENT_ID
export CONFIGURATOR_GOOGLE_CLIENT_SECRET
export RELEASE
export TARGET_SERVER
export LOADTEST_EUROPE_HOST
export LOADTEST_BRAZIL_HOST

/Users/lambdaclass/arena/mirra_backend/_build/prod/rel/arena/bin/arena stop

rm -rf ${HOME}/arena/mirra_backend
Expand Down

0 comments on commit 98cd69f

Please sign in to comment.