diff options
| author | M. Shulhan <ms@kilabit.info> | 2017-08-11 01:54:15 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:13:01 +0700 |
| commit | 16bc94a05a08b1bf37ec4e34737e82bf16b2690a (patch) | |
| tree | 80a86db7558af351366ec01ff78bc05ff150dcac /Makefile | |
| parent | d4a2ee4190df5b1eea49eed7055a2601d4f095fb (diff) | |
| download | golang-id-tour-16bc94a05a08b1bf37ec4e34737e82bf16b2690a.tar.xz | |
Add Makefile
I always forget how to run or deploy this things
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..df1e5fe --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: serve deploy + +serve: + goapp serve + +deploy: + goapp deploy |
