aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1becce3..61bb418 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
-.PHONY: serve deploy
+.PHONY: install
+install:
+ go build -o ${GOBIN}/golang-id-tour .
+.PHONY: serve
serve:
go run .
+.PHONY: deploy
deploy:
gcloud config configurations activate personal
gcloud --project=go-tour-id2 app deploy --promote app.yaml