Rename server-* targets to remote-*, update README

This commit is contained in:
2026-06-13 20:30:12 +02:00
parent 8154628101
commit a815593f52
2 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -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"