Compare commits
No commits in common. "aea437664273f6158066469830c5606316297840" and "f099ebd33267356285b51468d190a02877bd039f" have entirely different histories.
aea4376642
...
f099ebd332
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
- event: manual
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Automatic court reservation!
|
|||
|
||||
- Node.js (18.x)
|
||||
- npm (8.x)
|
||||
- nvm
|
||||
- nvm
|
||||
- Docker
|
||||
- redis
|
||||
|
||||
|
|
@ -33,4 +33,4 @@ npm start:dev
|
|||
|
||||
### CD
|
||||
|
||||
Using woodpecker to deploy this via pm2.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue