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
Commits
5f2a6a32
Commit
5f2a6a32
authored
8 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Document stages and jobs.
parent
9625fe9e
No related branches found
Branches containing commit
No related tags found
1 merge request
!22
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/gitlab/drupal/index.md
+26
-0
26 additions, 0 deletions
docs/gitlab/drupal/index.md
with
26 additions
and
0 deletions
docs/gitlab/drupal/index.md
+
26
−
0
View file @
5f2a6a32
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment