Skip to content

Commit 398d08a

Browse files
authored
chore: fix ci.yaml deploy step for other regions 2 (#7368)
1 parent 41726a7 commit 398d08a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ jobs:
492492
regions=(
493493
# gcp-region-id instance-name systemd-service-name
494494
"us-central1-a coder coder"
495-
"australia-southeast1-b coder-sydney coder-proxy"
496-
"europe-west3-c coder-europe coder-proxy"
497-
"southamerica-east1-b coder-brazil coder-proxy"
495+
"australia-southeast1-b coder-sydney coder-workspace-proxy"
496+
"europe-west3-c coder-europe coder-workspace-proxy"
497+
"southamerica-east1-b coder-brazil coder-workspace-proxy"
498498
)
499499
500500
deb_pkg="./build/coder_$(./scripts/version.sh)_linux_amd64.deb"

scripts/linux-pkg/coder-workspace-proxy.service

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Description="Coder - external workspace proxy server"
33
Documentation=https://coder.com/docs/coder-oss
44
Requires=network-online.target
55
After=network-online.target
6-
ConditionFileNotEmpty=/etc/coder.d/coder-proxy.env
6+
ConditionFileNotEmpty=/etc/coder.d/coder-workspace-proxy.env
77
StartLimitIntervalSec=60
88
StartLimitBurst=3
99

1010
[Service]
1111
Type=notify
12-
EnvironmentFile=/etc/coder.d/coder-proxy.env
12+
EnvironmentFile=/etc/coder.d/coder-workspace-proxy.env
1313
User=coder
1414
Group=coder
1515
ProtectSystem=full

0 commit comments

Comments
 (0)