diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2018-03-30 14:55:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2018-03-30 14:55:46 -0700 |
| commit | b568e349e73ffcba7bf702dc25ab34d461b79ed1 (patch) | |
| tree | d398b480a8b4faa8b6309cf422afbf62dd624221 /tools/govanity/Makefile | |
| parent | Initial commit (diff) | |
| download | infra-b568e349e73ffcba7bf702dc25ab34d461b79ed1.tar.gz | |
Redirect go code to github.com
Diffstat (limited to 'tools/govanity/Makefile')
| -rw-r--r-- | tools/govanity/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/govanity/Makefile b/tools/govanity/Makefile new file mode 100644 index 0000000..939497d --- /dev/null +++ b/tools/govanity/Makefile @@ -0,0 +1,6 @@ +.PHONY: deploy +deploy: + gcloud -q app deploy --project=fcuny-govanity + +.PHONY: all +all: deploy |
