dev #63

Merged
Latte merged 5 commits from dev into main 2026-03-08 14:25:26 +00:00
Owner
No description provided.
Latte added 2 commits 2026-03-08 14:06:43 +00:00
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.
Merge pull request 'Consolidate CI and deployment workflows' (#62) from improve/workflow into dev
CI / build (push) Failing after 17s
CI / build (pull_request) Failing after 12s
4aa0b1d810
Reviewed-on: #62
Latte added 2 commits 2026-03-08 14:23:02 +00:00
Add @astrojs/node, better-sqlite3, and uuid to project deps
and include @types/better-sqlite3 and @types/uuid as devDeps.
Bump Node engine range to >=20 <24. Lockfile updated with
corresponding transitive dependencies.
Merge pull request 'Update package-lock with server deps and types' (#64) from fix/npmpackagemissing into dev
CI / build (push) Successful in 30s
CI / build (pull_request) Successful in 29s
b3c6937d24
Reviewed-on: #64
Latte added 1 commit 2026-03-08 14:23:37 +00:00
Merge branch 'main' into dev
CI / build (push) Successful in 29s
CI / build (pull_request) Successful in 30s
73ca35626e
Latte merged commit 649e51dd05 into main 2026-03-08 14:25:26 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Hiddenden/Cozy-Den#63