diff --git a/Makefile b/Makefile index 4980149..54d2735 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DEPLOY_USER=eryn DEPLOY_HOSTNAME=nutmeg.erynwells.me DEPLOY_PATH=/srv/www/erynwells.me/html -DEPLOY_LOCATION=$(DEPLOY_USER)@$(DEPLOY_HOSTNAME):$(DEPLOY_LOCATION) +DEPLOY_LOCATION=$(DEPLOY_USER)@$(DEPLOY_HOSTNAME):$(DEPLOY_PATH) HOSTNAME=$(shell hostname -s)