mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
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 -->
This commit is contained in:
parent
2395dd6350
commit
fc1b06a6c5
@ -488,15 +488,6 @@ commands:
|
||||
WEB_BUILDER_SERVE_INDEX: true
|
||||
SOURCEGRAPH_API_URL: https://sourcegraph.sourcegraph.com
|
||||
|
||||
web-standalone-http-prod:
|
||||
description: Standalone web frontend (production) with API proxy to a configurable URL
|
||||
cmd: pnpm --filter @sourcegraph/web serve:prod
|
||||
install: pnpm --filter @sourcegraph/web run build
|
||||
env:
|
||||
NODE_ENV: production
|
||||
WEB_BUILDER_SERVE_INDEX: true
|
||||
SOURCEGRAPH_API_URL: https://k8s.sgdev.org
|
||||
|
||||
web-integration-build:
|
||||
description: Build development web application for integration tests
|
||||
cmd: pnpm --filter @sourcegraph/web run build
|
||||
@ -1796,11 +1787,6 @@ commandsets:
|
||||
env:
|
||||
SK_PORT: 3080
|
||||
|
||||
web-standalone-prod:
|
||||
commands:
|
||||
- web-standalone-http-prod
|
||||
- caddy
|
||||
|
||||
# For testing our OpenTelemetry stack
|
||||
otel:
|
||||
checks:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user