aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas S. Husin <nsh@golang.org>2025-10-23 18:40:14 -0400
committerNicholas Husin <nsh@golang.org>2025-10-24 07:10:22 -0700
commit4bd6c634f204f1469ab5130fc5b65eb843e98aac (patch)
tree16dfb5865ee340f36c02432aa6aa1f3f1ebef0e6
parent34a1afa34fdbd811526de5926a44fa2a27418a2b (diff)
downloadgo-x-pkgsite-4bd6c634f204f1469ab5130fc5b65eb843e98aac.tar.xz
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Nicholas Husin <husin@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
-rw-r--r--deploy/deploy.yaml11
1 files changed, 0 insertions, 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'