Skip to content

Commit 2ac3378

Browse files
committed
fix template
1 parent c5cbd16 commit 2ac3378

File tree

1 file changed

+2
-1
lines changed
  • .github/pr-deployments/template

1 file changed

+2
-1
lines changed

.github/pr-deployments/template/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ resource "coder_agent" "main" {
112112
set -e
113113
114114
# 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
115+
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 &
116117
117118
# Set KUBECONFIG env var to the path of the mounted secret
118119
mkdir -p /home/coder/.kube

0 commit comments

Comments
 (0)