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:
Jean-Hadrien Chabran 2024-06-25 14:35:39 +02:00 committed by GitHub
parent 2395dd6350
commit fc1b06a6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: