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