Skip to content

Commit 4bd6c63

Browse files
committed
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 <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> Reviewed-by: Nicholas Husin <[email protected]> kokoro-CI: kokoro <[email protected]>
1 parent 34a1afa commit 4bd6c63

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

deploy/deploy.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,6 @@ steps:
8585
entrypoint: deploy/pagecheck.sh
8686
args:
8787
- prod
88-
- id: Frontend - beta
89-
name: gcr.io/cloud-builders/gcloud
90-
entrypoint: sh
91-
args:
92-
- -c
93-
- deploy/frontend.sh beta gcr.io/$PROJECT_ID/frontend:$(cat _BUILD_TAG)
94-
- id: Pagecheck - beta
95-
name: golang:1.24
96-
entrypoint: deploy/pagecheck.sh
97-
args:
98-
- beta
9988
artifacts:
10089
objects:
10190
location: 'gs://$PROJECT_ID/screentest-artifacts'

0 commit comments

Comments
 (0)