summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2094eea..5a1009c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ dev:
go run ./cmd/$(PROGRAM_NAME) -dev
deploy: build-deploy
- rsync --progress ./$(PROGRAM_NAME) www-golangid:/data/app/bin/
+ rsync --progress ./$(PROGRAM_NAME) golang-id.org:/data/app/bin/
build-deploy: embed
unset CGO_ENABLED; \