static
This commit is contained in:
parent
9d5a33e743
commit
53a5e2e45a
3 changed files with 67 additions and 92 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue