summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-03-11 21:28:08 +0700
committerShulhan <m.shulhan@gmail.com>2020-03-11 21:28:08 +0700
commit7ec18958cc2f60692f4e34e109c1a29dcc0e3880 (patch)
tree15f078c4727eadbdd10ab6b4e724262077e72b23 /Makefile
parent87c8d4062a3ea61d6e05ee6845c47f5e0fab260e (diff)
downloadgolang-id-web-7ec18958cc2f60692f4e34e109c1a29dcc0e3880.tar.xz
Makefile: move server from GCP to AWS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cc9193..9e9797a 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \