diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/govanity/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/govanity/Makefile b/tools/govanity/Makefile index 939497d..e9ffe64 100644 --- a/tools/govanity/Makefile +++ b/tools/govanity/Makefile @@ -2,5 +2,8 @@ deploy: gcloud -q app deploy --project=fcuny-govanity +.PHONY: console + gcloud -q app open-console --project=fcuny-govanity + .PHONY: all all: deploy |