Add remote-deploy target: pull user repo and install plugins
This commit is contained in:
@@ -72,7 +72,11 @@ 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 content-push`, the Git Sync plugin on the server pulls the changes automatically via webhook.
|
||||
After `make content-push`, trigger a deploy on the server:
|
||||
|
||||
```
|
||||
make remote-deploy # pull latest user repo changes and install plugins on server
|
||||
```
|
||||
|
||||
### Remote maintenance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user