Skip to content

Commit

Permalink
ops: update server deploy script with new worker instances
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Dec 20, 2024
1 parent e192300 commit 75a3e0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ set -euo pipefail
IMG="ghcr.io/polarsource/polar@${1}"
declare -A servers=(
["srv-ci4r87h8g3ne0dmvvl60"]="${RENDER_DEPLOY_KEY_API}"
["srv-csth45d6l47c73ekphf0"]="${RENDER_DEPLOY_KEY_WORKER}"
["srv-ct0460ggph6c738go8i0"]="${RENDER_DEPLOY_KEY_WORKER_GITHUB}"
["srv-ctilidt2ng1s73bctvp0"]="${RENDER_DEPLOY_KEY_WORKER}"
["srv-ctilidt2ng1s73bctvg0"]="${RENDER_DEPLOY_KEY_WORKER_GITHUB}"
["srv-crkocgbtq21c73ddsdbg"]="${RENDER_DEPLOY_KEY_API_SANDBOX}"
["srv-csth45d6l47c73ekphdg"]="${RENDER_DEPLOY_KEY_WORKER_SANDBOX}"
["srv-ct0460ggph6c738go8d0"]="${RENDER_DEPLOY_KEY_WORKER_GITHUB_SANDBOX}"
["srv-ctilidt2ng1s73bctv8g"]="${RENDER_DEPLOY_KEY_WORKER_SANDBOX}"
["srv-ctilidt2ng1s73bctvbg"]="${RENDER_DEPLOY_KEY_WORKER_GITHUB_SANDBOX}"
)

for server_id in "${!servers[@]}"; do
Expand Down

0 comments on commit 75a3e0c

Please sign in to comment.