Quote the DEPLOY_LOCATION variable in the deploy Makefile target
This commit is contained in:
parent
9b682a5d96
commit
d679ae6c39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ site: nethack
|
|||
|
||||
deploy: site
|
||||
@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)
|
||||
|
||||
nethack: nethack-logfile nethack-commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue