Rename server-* targets to remote-*, update README
This commit is contained in:
@@ -20,12 +20,12 @@ content-push:
|
||||
content-pull:
|
||||
git subtree pull --prefix=user user-deploy main --squash
|
||||
|
||||
# Server
|
||||
server-install:
|
||||
# Remote
|
||||
remote-install:
|
||||
ssh $(SERVER) "bash -s" < scripts/server-install.sh
|
||||
|
||||
server-install-plugins:
|
||||
remote-install-plugins:
|
||||
ssh $(SERVER) "cd $(WEBROOT) && php bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y"
|
||||
|
||||
server-upgrade-grav:
|
||||
remote-upgrade-grav:
|
||||
ssh $(SERVER) "cd $(WEBROOT) && php bin/grav upgrade"
|
||||
|
||||
Reference in New Issue
Block a user