Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit fc1b06a

Browse files
authored
chore(local): drop now outdated web-standalone-prod (#63468)
The `sg start web-standalone-prod` was set to target dogfood, which has been torn down a while ago. So this just can't work. ## Test plan CI <!-- All pull requests REQUIRE a test plan: https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles -->
1 parent 2395dd6 commit fc1b06a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

sg.config.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -488,15 +488,6 @@ commands:
488488
WEB_BUILDER_SERVE_INDEX: true
489489
SOURCEGRAPH_API_URL: https://sourcegraph.sourcegraph.com
490490

491-
web-standalone-http-prod:
492-
description: Standalone web frontend (production) with API proxy to a configurable URL
493-
cmd: pnpm --filter @sourcegraph/web serve:prod
494-
install: pnpm --filter @sourcegraph/web run build
495-
env:
496-
NODE_ENV: production
497-
WEB_BUILDER_SERVE_INDEX: true
498-
SOURCEGRAPH_API_URL: https://k8s.sgdev.org
499-
500491
web-integration-build:
501492
description: Build development web application for integration tests
502493
cmd: pnpm --filter @sourcegraph/web run build
@@ -1796,11 +1787,6 @@ commandsets:
17961787
env:
17971788
SK_PORT: 3080
17981789

1799-
web-standalone-prod:
1800-
commands:
1801-
- web-standalone-http-prod
1802-
- caddy
1803-
18041790
# For testing our OpenTelemetry stack
18051791
otel:
18061792
checks:

0 commit comments

Comments
 (0)