make sync to push drupal modules as well
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 09:44:17 +0000 (11:44 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 09:44:17 +0000 (11:44 +0200)
Makefile

index 3df691f..aa1aed4 100644 (file)
--- 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: