Merge pull request #1 from rjwalls/master

Fix $(PATH) var in Makefile.  Thanks @rjwalls!
master
Ben Ransford 11 years ago
commit 5497f26148

@ -20,6 +20,6 @@ clean:
$(RM) -r _site _includes/pubs.html
HOST := yourwebpage.com
PATH := www/
PATHSVR := www/
deploy: clean all
rsync --compress --recursive --checksum --itemize-changes --delete -e ssh _site/ $(HOST):$(PATH)
rsync --compress --recursive --checksum --itemize-changes --delete -e ssh _site/ $(HOST):$(PATHSVR)

Loading…
Cancel
Save