This commit is contained in:
pavel 2026-05-14 23:16:46 +02:00
commit 53a5e2e45a
3 changed files with 67 additions and 92 deletions

View file

@ -85,7 +85,8 @@ Route shape:
1. Clone repo to `~/projects/<app>/repo` if missing.
2. Otherwise `fetch origin main` and `reset --hard origin/main`.
3. Build binary to `~/projects/<app>/bin/app`.
4. Restart the project user service via `systemctl --user restart`.
4. Sync static assets from `~/projects/<app>/repo/static` to `~/projects/<app>/data/static`.
5. Restart the project user service via `systemctl --user restart`.
Notes:
- `WEBHOOK_BASE_URL` should be set to an externally reachable base URL so Forgejo can call webhook endpoints.