File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -492,9 +492,9 @@ jobs:
492
492
regions=(
493
493
# gcp-region-id instance-name systemd-service-name
494
494
"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"
498
498
)
499
499
500
500
deb_pkg="./build/coder_$(./scripts/version.sh)_linux_amd64.deb"
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Description="Coder - external workspace proxy server"
3
3
Documentation =https://coder.com/docs/coder-oss
4
4
Requires =network-online.target
5
5
After =network-online.target
6
- ConditionFileNotEmpty =/etc/coder.d/coder-proxy.env
6
+ ConditionFileNotEmpty =/etc/coder.d/coder-workspace- proxy.env
7
7
StartLimitIntervalSec =60
8
8
StartLimitBurst =3
9
9
10
10
[Service]
11
11
Type =notify
12
- EnvironmentFile =/etc/coder.d/coder-proxy.env
12
+ EnvironmentFile =/etc/coder.d/coder-workspace- proxy.env
13
13
User =coder
14
14
Group =coder
15
15
ProtectSystem =full
You can’t perform that action at this time.
0 commit comments