Automate source deployment on main

This commit is contained in:
Your Name
2026-04-04 03:10:08 +05:00
parent dcddd12c56
commit 6cebd8216c
8 changed files with 320 additions and 41 deletions
+4
View File
@@ -7,6 +7,10 @@ This project is prepared for a GitLab-first delivery flow:
3. GitLab CI builds and pushes container images to GitLab Container Registry.
4. The server only receives the deployment bundle and pulls images from the registry.
For a same-host shell-runner flow that rebuilds `call-center-app` directly on push to `main`, see:
- `docs/runbooks/gitlab-cicd.md`
## Files used
- `.gitlab-ci.yml`