Quote the DEPLOY_LOCATION variable in the deploy Makefile target

This commit is contained in:
Eryn Wells 2024-10-31 08:05:27 -07:00
parent 9b682a5d96
commit d679ae6c39

View file

@ -20,7 +20,7 @@ site: nethack
deploy: site deploy: site
@echo "Deploying to $(DEPLOY_LOCATION)" @echo "Deploying to $(DEPLOY_LOCATION)"
rsync -avz --no-times --no-perms --delete public/ $(DEPLOY_LOCATION) rsync -avz --no-times --no-perms --delete public/ "$(DEPLOY_LOCATION)"
git tag -f deploy-$(shell date +%Y-%m-%d) git tag -f deploy-$(shell date +%Y-%m-%d)
nethack: nethack-logfile nethack-commit nethack: nethack-logfile nethack-commit