Correzione Makefile per gestire caricamento su franco anziché su ciccio.

This commit is contained in:
Emiliano Vavassori 2022-10-31 22:27:48 +01:00
parent c65ed93d52
commit 2ab0588fc7
1 changed files with 3 additions and 2 deletions

View File

@ -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