Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@ pnpm dev

## Branches & CI/CD

- `main` → production (auto-deploy via SSH → PM2)
- `develop` → integration
- Feature branches → PR against `develop`
- `main` → production (auto-deploy via SSH → PM2); direct pushes are blocked.
- Feature branches → PR against `main` → squash-merge once CI is green.

Every PR runs **CI** (lint, typecheck, build, test, Prisma validate) and
**CodeQL**. `main` deploys automatically to `forms.msk-scripts.de`.
**CodeQL**. Merging to `main` deploys automatically to `forms.msk-scripts.de`.

---

Expand Down