File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed
Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -163,12 +163,10 @@ jobs:
163163 run : |
164164 flyctl deploy --image "$IMAGE" --app paris-coder --config ./.github/fly-wsproxies/paris-coder.toml --env "CODER_PROXY_SESSION_TOKEN=$TOKEN_PARIS" --yes
165165 flyctl deploy --image "$IMAGE" --app sydney-coder --config ./.github/fly-wsproxies/sydney-coder.toml --env "CODER_PROXY_SESSION_TOKEN=$TOKEN_SYDNEY" --yes
166- flyctl deploy --image "$IMAGE" --app sao-paulo-coder --config ./.github/fly-wsproxies/sao-paulo-coder.toml --env "CODER_PROXY_SESSION_TOKEN=$TOKEN_SAO_PAULO" --yes
167166 flyctl deploy --image "$IMAGE" --app jnb-coder --config ./.github/fly-wsproxies/jnb-coder.toml --env "CODER_PROXY_SESSION_TOKEN=$TOKEN_JNB" --yes
168167 env :
169168 FLY_API_TOKEN : ${{ secrets.FLY_API_TOKEN }}
170169 IMAGE : ${{ inputs.image }}
171170 TOKEN_PARIS : ${{ secrets.FLY_PARIS_CODER_PROXY_SESSION_TOKEN }}
172171 TOKEN_SYDNEY : ${{ secrets.FLY_SYDNEY_CODER_PROXY_SESSION_TOKEN }}
173- TOKEN_SAO_PAULO : ${{ secrets.FLY_SAO_PAULO_CODER_PROXY_SESSION_TOKEN }}
174172 TOKEN_JNB : ${{ secrets.FLY_JNB_CODER_PROXY_SESSION_TOKEN }}
You can’t perform that action at this time.
0 commit comments