From f3a8b2b48dc40b56121bf6aabc1cae6573f3b024 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 29 Apr 2022 11:44:17 +0200 Subject: [PATCH] make sync to push drupal modules as well --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- 2.43.0