chore: update README with deploy details
All checks were successful
Deploy eolas-api / deploy (push) Successful in 24s
All checks were successful
Deploy eolas-api / deploy (push) Successful in 24s
This commit is contained in:
parent
d5c1763b2a
commit
3f3e83f968
1 changed files with 1 additions and 4 deletions
|
|
@ -9,14 +9,11 @@ On pushes to `main`:
|
||||||
- Bump version depending on commit keyword, create Git tag (if necessary) and
|
- Bump version depending on commit keyword, create Git tag (if necessary) and
|
||||||
automatically update [package.json](./package.json):
|
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
|
- Install `rsync` on the `ubuntu-latest` runner
|
||||||
|
|
||||||
- `rysnc` over SSH to copy changed files from this repository to VPS deployment directory, excluding`.env`.
|
- `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
|
- Restart running instance of `eolas-api` on VPS.
|
||||||
of file that runs service on VPS.
|
|
||||||
|
|
||||||
### Commit keywords
|
### Commit keywords
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue