Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Merge requests
!22
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
danielspeicher
requested to merge
develop
into
main
8 months ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
5f2a6a32
Prev
Next
Show latest version
1 file
+
26
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5f2a6a32
Document stages and jobs.
· 5f2a6a32
danielspeicher
authored
8 months ago
docs/gitlab/drupal/index.md
+
26
−
0
Options
@@ -345,6 +345,32 @@ Rules, when the job should run:
-
the tests are enabled by
`$DISABLE_CI_TESTS`
!= "1"
### Deploy
This stage handles the deployment of the produced build artefact.
#### Deploy
The following jobs must run before successfully:
-
[
Build Prod Site
](
#build-prod-site
)
-
[
Build Theme
](
#build-theme
)
This job executes an
[
Ansible
](
https://www.ansible.com/
)
script, which does the deployment.
Rules, when the job must not run:
-
`$DISABLE_DEPLOYMENT`
!= "0"
-
`$DISABLE_DEPLOYMENT_LOCAL`
!= "1"
#### Deploy NG
The following jobs must run before successfully:
-
[
Build Prod Site
](
#build-prod-site
)
-
[
Build Prod Site NG
](
#build-prod-site-ng
)
-
[
Build Theme
](
#build-theme
)
### Internal Stages
Here we have some internal stages, which cannot be executed alone. The purpose is to
Loading