chore: update README with further deployment details
All checks were successful
Deploy eolas-api / deploy (push) Successful in 19s

This commit is contained in:
Thomas Bishop 2025-10-15 14:51:10 +01:00
parent f18ad382c7
commit 20bda8825a

View file

@ -1,6 +1,6 @@
## Deployment
Deployment is automated via Forgejo action. See [.forgejo/workflows/deploy.yml](./forgejo/workflows/deploy.yml).
Deployment is automated via Forgejo action. See [.forgejo/workflows/deploy.yml](./.forgejo/workflows/deploy.yml).
Deployment actions are always executed by the `deploy` user on the VPS.
@ -26,7 +26,7 @@ On pushes to `main`:
On the VPS, `eolas-api` runs as a `systemd` service. This service is restarted as part of
the deployment. See copy of this file at
[/systemd/eolas-api.service](./systemd/eolas-api.service).
[systemd/eolas-api.service](./systemd/eolas-api.service).
## API