Oops, recursive definition of DEPLOY_LOCATION in the Makefile

This commit is contained in:
Eryn Wells 2022-11-20 22:45:50 -08:00
parent 5606feeca1
commit 828bcb0f94

View file

@ -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)