Skip to content
Snippets Groups Projects
Commit 114174ca authored by danielspeicher's avatar danielspeicher
Browse files

Start and restructure general pipeline documentation

parent 3f946124
No related branches found
No related tags found
1 merge request!22Develop
......@@ -14,3 +14,4 @@
/.idea/vcs.xml
.gitignore
/site/
/.idea/git_toolbox_blame.xml
......@@ -12,12 +12,28 @@ tags:
This project contains a number of pre-configured tasks for GitLab CI/CD that
allow to run very powerful pipelines which contain the following stages:
- validation
- buildprod
- build
- prepare
- test
- deploy
- .pre
- Sanity Checks
- Validate Environment
- execute
- LakeDrops
- buildprod
- Build Prod Site
- build
- Build Prod Site NG
- Build Site
- Build Theme
- Download DB NG
- prepare
- Import DB NG
- test
- Test Code Style
- Test PHPUnit
- Test Backstop
- Test Cypress E2E
- finalize
- Shut Down Docker Project
- release
These pre-configured tasks can easily be included into your Drupal project.
A GitLab runner on any host can then be configured to run those pipelines. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment