Merge 'dev' into 'production': Set up GitLab CI/CD
This commit is contained in:
7
backend/.gitlab-ci.yml
Normal file
7
backend/.gitlab-ci.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
stages:
|
||||
- backend_build
|
||||
|
||||
backend_build_job:
|
||||
stage: backend_build
|
||||
script:
|
||||
- echo "Building backend project"
|
||||
Reference in New Issue
Block a user