From 4bd6c634f204f1469ab5130fc5b65eb843e98aac Mon Sep 17 00:00:00 2001 From: "Nicholas S. Husin" Date: Thu, 23 Oct 2025 18:40:14 -0400 Subject: deploy/deploy.yaml: remove steps involving the beta environment The beta environment is no longer being actively used. Keeping steps related to deploying and testing the beta environment as part of the main Cloud Build deployment file is therefore irrelevant, and might cause confusion should these steps fail. Change-Id: I061414d4edc10c4f5d68e4f24ce018238767f20c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/714460 LUCI-TryBot-Result: Go LUCI Reviewed-by: Jonathan Amsterdam Reviewed-by: Nicholas Husin kokoro-CI: kokoro --- deploy/deploy.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 42e3740a..5a686867 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -85,17 +85,6 @@ steps: entrypoint: deploy/pagecheck.sh args: - prod - - id: Frontend - beta - name: gcr.io/cloud-builders/gcloud - entrypoint: sh - args: - - -c - - deploy/frontend.sh beta gcr.io/$PROJECT_ID/frontend:$(cat _BUILD_TAG) - - id: Pagecheck - beta - name: golang:1.24 - entrypoint: deploy/pagecheck.sh - args: - - beta artifacts: objects: location: 'gs://$PROJECT_ID/screentest-artifacts' -- cgit v1.3