From: Thierry Parmentelat Date: Fri, 29 Apr 2022 09:44:17 +0000 (+0200) Subject: make sync to push drupal modules as well X-Git-Tag: plewww-5.3-0~17 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=f3a8b2b48dc40b56121bf6aabc1cae6573f3b024 make sync to push drupal modules as well --- diff --git a/Makefile b/Makefile index 3df691f..aa1aed4 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ ifeq (,$(SSHURL)) @exit 1 else +$(RSYNC) planetlab plekit modules $(SSHURL)/var/www/html/ + +$(RSYNC) drupal-hacks/*.module $(SSHURL)/var/www/html/modules/ endif compress: