We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cbd16 commit 2ac3378Copy full SHA for 2ac3378
.github/pr-deployments/template/main.tf
@@ -112,7 +112,8 @@ resource "coder_agent" "main" {
112
set -e
113
114
# install and start code-server
115
- curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
+ curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server
116
+ /tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
117
118
# Set KUBECONFIG env var to the path of the mounted secret
119
mkdir -p /home/coder/.kube
0 commit comments