Skip to content

Commit 4ab0a9e

Browse files
committed
make quotes for env vars consistent
1 parent 156273c commit 4ab0a9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pure-docker/deploy-syntactic-code-intel-worker.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ docker run --detach \
1515
--restart=always \
1616
--cpus=2 \
1717
--memory=4g \
18-
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
19-
-e PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore \
20-
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
18+
-e 'SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090' \
19+
-e 'PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore' \
20+
-e 'PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000' \
2121
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
2222
-e 'SYNTACTIC_CODE_INTEL_WORKER_ADDR=:3288' \
2323
index.docker.io/sourcegraph/syntactic-code-intel-worker:6.1.1295@sha256:c6e2b097b8f16394e339588e208c43587f1fa6a35cb44e9759622c448ddc1445

0 commit comments

Comments
 (0)