From 2ab0588fc7c02c5386e5bece1cd8d5a2240d3f07 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Mon, 31 Oct 2022 22:27:48 +0100 Subject: [PATCH] =?UTF-8?q?Correzione=20Makefile=20per=20gestire=20caricam?= =?UTF-8?q?ento=20su=20franco=20anzich=C3=A9=20su=20ciccio.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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