blob: 5682cdf6f75d57b0c401411eb8760c86ea406e55 [file] [log] [blame]
# Copyright 2024 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
MUTABLE_VERSION ?= latest
VERSION := $(shell ../coordinator/version.sh)
IMAGE_PROD := gcr.io/symbolic-datum-552/watchflakes
push-prod:
gcloud builds submit --project=symbolic-datum-552 --config=cloudbuild.yaml --substitutions=TAG_NAME="$(VERSION)" ../..
deploy-prod: push-prod
go install golang.org/x/build/cmd/xb
xb --prod kubectl --namespace prod set image deployment/watchflakes-deployment watchflakes=$(IMAGE_PROD):$(VERSION)