diff --git a/Makefile b/Makefile index 0caebed..03515af 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ ifneq ($(PORT), 0) PELICANOPTS += -p $(PORT) endif -SSH_HOST = ciccio -SSH_TARGET_DIR = /var/lib/nethserver/vhost/conference +SSH_HOST = root@franco +SSH_TARGET_DIR = /var/www/conference/ help: @@ -74,5 +74,6 @@ publish: rsync_upload: publish rsync -rl $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR) + ssh $(SSH_HOST) sudo chown root:www-data -R $(SSH_TARGET_DIR) .PHONY: html help clean regenerate serve serve-global devserver publish