Merge 'dev' into 'production': Set up GitLab CI/CD

This commit is contained in:
2025-04-27 19:23:40 +00:00
parent 7a71d89426
commit 296c5bc2e2
4 changed files with 165 additions and 112 deletions

7
backend/.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,7 @@
stages:
- backend_build
backend_build_job:
stage: backend_build
script:
- echo "Building backend project"