Correcting CD section of readme

This commit is contained in:
collin 2026-03-24 17:01:32 +01:00
parent f099ebd332
commit dd4e759fb6
No known key found for this signature in database

View file

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