mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: fix ci.yaml deploy step for other regions 2 (#7368)
This commit is contained in:
@ -3,13 +3,13 @@ Description="Coder - external workspace proxy server"
|
||||
Documentation=https://coder.com/docs/coder-oss
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
ConditionFileNotEmpty=/etc/coder.d/coder-proxy.env
|
||||
ConditionFileNotEmpty=/etc/coder.d/coder-workspace-proxy.env
|
||||
StartLimitIntervalSec=60
|
||||
StartLimitBurst=3
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
EnvironmentFile=/etc/coder.d/coder-proxy.env
|
||||
EnvironmentFile=/etc/coder.d/coder-workspace-proxy.env
|
||||
User=coder
|
||||
Group=coder
|
||||
ProtectSystem=full
|
||||
|
Reference in New Issue
Block a user