Fully qualified name for rsync target

This commit is contained in:
Oliver Kennedy 2016-01-15 12:29:14 -05:00
parent 0a6b6ebad5
commit 69927f1113

View file

@ -25,7 +25,7 @@ push: fetch all
@echo "Making sure that you've pushed the repo"
git add .; git commit; git push
@echo "Actually uploading the site"
rsync -avz -e ssh --safe-links --progress site/ gram:/var/www/static/
rsync -avz -e ssh --safe-links --progress site/ okennedy@gram.cse.buffalo.edu:/var/www/static/
open: all
open site/index.html