From 3f3e83f96848eee61e76b1d5f72665edbd75bd92 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Wed, 15 Oct 2025 14:58:02 +0100 Subject: [PATCH] chore: update README with deploy details --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 52a0b61..23184a9 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,11 @@ On pushes to `main`: - Bump version depending on commit keyword, create Git tag (if necessary) and automatically update [package.json](./package.json): -- This updates the version in `package.json` and creates Git tag at this version. - - Install `rsync` on the `ubuntu-latest` runner - `rysnc` over SSH to copy changed files from this repository to VPS deployment directory, excluding`.env`. -- Restart eolas-api using `systemd`. See `/systemd/eolas-api.service` for copy - of file that runs service on VPS. +- Restart running instance of `eolas-api` on VPS. ### Commit keywords