Commit Graph

6 Commits

Author SHA1 Message Date
Latte d849c4d263 Mark repository as safe in deploy workflow
Deploy / deploy (push) Has been cancelled
2026-03-08 16:11:00 +01:00
Latte 6d66cb637d update workflow
Deploy / deploy (push) Failing after 0s
2026-03-08 16:09:22 +01:00
Latte 9bd495a2cd update workflow voor deploy
Deploy / deploy (push) Failing after 0s
2026-03-08 16:00:50 +01:00
Latte 562c3770fb Consolidate CI and deployment workflows
Add a deploy workflow that builds and pushes the Docker image from
the server working directory and runs docker compose on main. Trim
CI to a focused Node build in an alpine container (apk deps,
npm ci, npm run build) and remove the old docker workflow. Simplify
Dockerfile to a builder+runtime flow (npm ci, npm prune,
copy node_modules) and make docker-compose use the registry image
and proxy network.
2026-03-08 15:05:31 +01:00
Latte 114ac8f106 Remove legacy CI workflows and templates
CI / ci (push) Successful in 25s
CI / ci (pull_request) Successful in 25s
Docker / docker (pull_request) Successful in 15s
2026-03-02 19:39:03 +01:00
Latte f6d3e0d681 Add CI workflows and repository templates
CI / ci (push) Successful in 2m28s
2026-03-01 17:01:19 +01:00