FIx
Some checks failed
Build Org Backend / build (push) Failing after 11s

This commit is contained in:
2026-05-09 00:08:32 +01:00
parent a2eef01038
commit 8077a1a94e
3 changed files with 11 additions and 41 deletions

View File

@@ -27,7 +27,10 @@ Runtime configuration is loaded by systemd from:
/etc/org-backend/org-backend.env
```
Create that file once on the server from `misc/org-backend.env.example` and
fill in the production values. The Gitea deploy step installs an updated
example file to `/etc/org-backend/org-backend.env.example`, but it does not
overwrite the real env file.
Create that file once on the server with the production values required by the
app. The Gitea deploy step verifies that it exists, but it does not create or
overwrite it.
The live systemd unit at `/etc/systemd/system/org-backend.service` is managed
as a symlink to `misc/org-backend.service`, so the project copy is the source of
truth.