Compare commits
2 commits
f099ebd332
...
aea4376642
| Author | SHA1 | Date | |
|---|---|---|---|
| aea4376642 | |||
| dd4e759fb6 |
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
- event: push
|
||||||
- event: manual
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Automatic court reservation!
|
||||||
|
|
||||||
- Node.js (18.x)
|
- Node.js (18.x)
|
||||||
- npm (8.x)
|
- npm (8.x)
|
||||||
- nvm
|
- nvm
|
||||||
- Docker
|
- Docker
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
|
|
@ -33,4 +33,4 @@ npm start:dev
|
||||||
|
|
||||||
### CD
|
### CD
|
||||||
|
|
||||||
So I don't forget... I am using GHA to create a container image which I pull on my server using podman. This then restarts the container on my server with the latest image. The container is backed by a systemd service to restart and start on boot.
|
Using woodpecker to deploy this via pm2.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue