Commit Graph

12 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 7ac338986c Update CI configuration to use Node 20 and enhance dependency installation process
CI / ci (push) Successful in 45s
CI / ci (pull_request) Successful in 32s
Docker / docker (pull_request) Successful in 38s
2026-03-07 21:36:40 +01:00
Latte 9f1ba5cf1e Improve Node.js dependency installation logic in CI workflow
CI / ci (push) Failing after 2m18s
CI / ci (pull_request) Failing after 2m16s
Docker / docker (pull_request) Successful in 28s
2026-03-07 21:31:48 +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 8d46c9da14 Lowercase Docker image owner and name in workflow
Docker / docker (pull_request) Successful in 28s
Security / security (pull_request) Successful in 6s
CI / ci (push) Successful in 27s
CI / ci (pull_request) Successful in 26s
Enterprise AI Code Review / ai-review (pull_request) Successful in 17s
2026-03-01 17:34:34 +01:00
Latte f6d3e0d681 Add CI workflows and repository templates
CI / ci (push) Successful in 2m28s
2026-03-01 17:01:19 +01:00
Latte a6e0fac778 Update .gitea/workflows/ai-codebase-review.yml 2026-01-19 11:16:36 +00:00
Latte d8530611a0 workflow update
Enterprise AI Code Review / ai-review (pull_request) Successful in 53s
2025-12-30 13:46:07 +00:00
Latte 9e02eefbe0 Init Astro site with Docker and AI workflows
- Add landing page and base layout with cozy theme
- Configure Astro, TypeScript, and project settings
- Add Dockerfile, Nginx config, and docker-compose
- Include favicon and site metadata
- Add documentation: README, DEVELOPMENT, PROJECT_CONTEXT, TODO, CLAUDE
- Add Gitea workflows for AI chat, PR review, issue triage, and codebase
  review
2025-12-23 11:36:55 +01:00