File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 55# gcloud builds submit --config=cloudbuild-renew-prober-certs.yaml \
66# --substitutions=_ENV=[ENV] ..
77#
8- # To manually trigger a build on GCB using a released version, with TAG being
9- # the release tag and _ENV being the environment, run:
10- # cd $(mktemp -d);
11- # gcloud storage cp \
12- # gs://domain-registry-dev-deploy/{TAG}/cloudbuild-renew-prober-certs-{_ENV}.yaml .
13- # gcloud builds submit --config="./cloudbuild-renew-prober-certs-{_ENV}.yaml"
14- #
158# To trigger a build automatically, follow the instructions below and add a trigger:
169# https://cloud.google.com/cloud-build/docs/running-builds/automate-builds
1710#
18- # Note that the release process hardens the tags and variables in this file:
19- # - The 'latest' tag on docker images will be replaced by their image digests.
20- # - The ${_ENV} pattern will be replaced by the actual environment name.
21- # Please refer to ./cloudbuild-release.yaml for more details.
2211steps :
2312# Generate new SSL certs
2413- name : ' gcr.io/$PROJECT_ID/builder:live'
You can’t perform that action at this time.
0 commit comments