Rename deploy/pull-content to content-push/content-pull

This commit is contained in:
2026-06-13 20:29:28 +02:00
parent 59f8795670
commit 8154628101
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ This SSHes into the server and runs `scripts/server-install.sh`, which installs
### Deploying changes
```
make deploy # push local user/ changes to the user repo on Gitea
make pull-content # pull editor's content changes back locally
make content-push # push local user/ changes to the user repo on Gitea
make content-pull # pull editor's content changes back locally
```
After `make deploy`, the Git Sync plugin on the server pulls the changes automatically via webhook.