diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-03-11 21:28:08 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-03-11 21:28:08 +0700 |
| commit | 7ec18958cc2f60692f4e34e109c1a29dcc0e3880 (patch) | |
| tree | 15f078c4727eadbdd10ab6b4e724262077e72b23 /Makefile | |
| parent | 87c8d4062a3ea61d6e05ee6845c47f5e0fab260e (diff) | |
| download | golang-id-web-7ec18958cc2f60692f4e34e109c1a29dcc0e3880.tar.xz | |
Makefile: move server from GCP to AWS
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ serve: generate DEBUG=1 go run ./cmd/$(PROGRAM_NAME) -port=5080 deploy: build-deploy - rsync --progress ./$(PROGRAM_NAME) golangid-webserver:~/bin/ + rsync --progress ./$(PROGRAM_NAME) aws-www:~/bin/ build-deploy: generate unset CGO_ENABLED; \ |
