From 69927f1113b5a2c9c6ce160e2fa1dfa9cc159c2b Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Fri, 15 Jan 2016 12:29:14 -0500 Subject: [PATCH] Fully qualified name for rsync target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adc01ad4..b6e2f3ef 100644 --- a/Makefile +++ b/Makefile @@ -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