Compare commits

..

2 commits

Author SHA1 Message Date
aea4376642
Adding back push event type to test workflow
Some checks are pending
ci/woodpecker/push/deploy Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
2026-03-24 17:01:51 +01:00
dd4e759fb6
Correcting CD section of readme 2026-03-24 17:01:32 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
when: when:
- event: pull_request - event: pull_request
- event: push
- event: manual - event: manual
steps: steps:

View file

@ -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.