Skip to content
Snippets Groups Projects
Commit 9625fe9e authored by danielspeicher's avatar danielspeicher
Browse files

Document stages and jobs.

parent afc38988
No related branches found
No related tags found
1 merge request!22Develop
...@@ -130,6 +130,32 @@ The entire installation is saved as a build artefact called `build-prod` where a ...@@ -130,6 +130,32 @@ The entire installation is saved as a build artefact called `build-prod` where a
#### Build Prod Site NG #### Build Prod Site NG
First we have to do some preparation. This is done in the `before_script` section.
- [.prepareaccess](#prepareaccess)
- [.preparecomposerplugins](#preparecomposerplugins)
We start a docker image for php with the specifies versions:
- `PHP_MAJOR_VERSION`
- `PHP_MINOR_VERSION`
In the script part we install two of our LakeDrops modules:
- [lakedrops/drupal-environment](../../composer/plugin/drupal-environment)
- [lakedrops/docker4drupal](../../composer/plugin/d4d)
After that we execute:
- `composer lakedrops:config`
- `composer lakedrops:docker4drupal`
The entire installation is saved as a build artefact called `build-prod-ng` where all `git` files are excluded.
Rules, when the job should run:
- `$DISABLE_DEPLOYMENT_LOCAL` != "1"
### Build ### Build
Here, we define jobs, which build the Drupal website and does some additional checks. This stage is Here, we define jobs, which build the Drupal website and does some additional checks. This stage is
......
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