diff --git a/Makefile b/Makefile index b0290b7..8c71b21 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,9 @@ remote-install: remote-fetch: $(SSH) "git -C $(SITE_CONFIG_DIR) checkout main && git -C $(SITE_CONFIG_DIR) pull" +remote-fetch-content: + $(SSH) "git -C $(WEBROOT)/user checkout main && git -C $(WEBROOT)/user pull" + remote-install-plugins: $(SSH) "cd $(WEBROOT) && php bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y"