From 20bda8825a6c73a181a9c6fdd341388afed566cf Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Wed, 15 Oct 2025 14:51:10 +0100 Subject: [PATCH] chore: update README with further deployment details --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1730905..9e24c34 100644 --- a/README.md +++ b/README.md @@ -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