You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a scheduled trigger to deploy the gotip playground every
America/New_York morning. I attempted to create and manage the trigger
with gcloud alpha builds triggers create scheduled, however I had to create the
schedule portion manually in the web interface.
There's probably a way to manage it with configuration in the CLI, but I
added documentation to the Makefile on how to update it manually in the
meantime.
Create command:
gcloud alpha builds triggers create scheduled --project=golang-org \
--schedule="15 11 * * *" \
--time-zone="America/New_York" \
--build-config=deploy/deploy_gotip.json \
--repo-type="CLOUD_SOURCE_REPOSITORIES" \
--revision="refs/heads/master" \
--repo-uri="https://source.developers.google.com/p/golang-org/r/playground" \
--name "playground-deploy-gotip-playground" \
--description="Deploy gotip playground daily"
For golang/go#48517
Change-Id: I9d58e5a81ae4d590e6492c07cc71806864838c81
Reviewed-on: https://go-review.googlesource.com/c/playground/+/366634
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
0 commit comments