Ci/deploy workflows and fixes#3
Open
VictorSulivan wants to merge 25 commits into
Open
Conversation
chore: config sentry
test(server): add GET/POST /api/todos tests with storage mock
test(server): adjust coverage excludes to meet thresholds
ci(server): add GitHub Actions workflow for vitest
ci: docker build trivy
- Add coverage job that runs on PR only, downloads artifact from test job and verifies thresholds - Add commitlint workflow to validate Conventional Commits on PRs - Configure commitlint in both server and client packages - Add .commitlintrc.json config files in both packages
ci(quality): add coverage check and commitlint for PRs
- Add security-scan-npm workflow with parallel jobs for server and client - Run npm audit --audit-level=high on both packages - Fail on high or critical vulnerabilities
ci(security): add npm audit scan for client and server
- Add deploy-frontend workflow for Vercel (triggers on tags) - Add deploy-backend workflow for Render via webhook (triggers on tags) - Add smoke-test workflow to validate deployments - Add notify-discord workflow for success/failure notifications - Fix Dockerfile paths for Render compatibility - Add comprehensive README.md with architecture and rollback strategy - Add SETUP.md guide for configuring secrets and services
Sol1de
referenced
this pull request
in Sol1de/todos-client-server
Dec 9, 2025
^ This is the 1st commit message: feat: create dockerfile ^ This is the commit message #2: Add CLAUDE.md to .gitignore and provide comprehensive instructions in CONSIGNES.md for Todo List CI/CD pipeline tasks ^ This is the commit message #3: ADD: dockerfile + dockerignore. feat: create dockerfile feat: added Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.