Compare commits
1 Commits
32775ef83f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b7810cc59 |
@@ -107,6 +107,9 @@ remote-install:
|
|||||||
remote-fetch:
|
remote-fetch:
|
||||||
$(SSH) "git -C $(SITE_CONFIG_DIR) checkout main && git -C $(SITE_CONFIG_DIR) pull"
|
$(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:
|
remote-install-plugins:
|
||||||
$(SSH) "cd $(WEBROOT) && php bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y"
|
$(SSH) "cd $(WEBROOT) && php bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user