FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Web Application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Information Asset Register
Web Application
Merge requests
!38
fix: remove outdated deploy trigger
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: remove outdated deploy trigger
prevent-outdated-deploy-job
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Robin Goodall
requested to merge
prevent-outdated-deploy-job
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ac52f49e
1 commit,
1 year ago
1 file
+
0
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
23
Options
@@ -21,26 +21,3 @@ variables:
# Disable parts of AutoDevOps which we don't use.
DOCUMENTATION_DISABLED
:
"
yes"
DAST_DISABLED
:
"
yes"
# Trigger deployment of staging instance using the Docker image built via Auto
# DevOps.
deploy_staging
:
stage
:
staging
variables
:
# These variables must be set for the triggered pipeline to deploy the
# application.
WEBAPP_DOCKER_IMAGE
:
"
${CI_REGISTRY_IMAGE}/${CI_COMMIT_REF_NAME}:${CI_COMMIT_SHA}"
DEPLOY_ENABLED
:
"
staging"
# Trigger the deployment job in the deploy repository and require it to
# succeed for this pipeline to succeed.
trigger
:
project
:
uis/devops/iar/new-deploy
branch
:
master
strategy
:
depend
# We only want to auto-deploy to staging when the master branch changes.
only
:
refs
:
-
master
Loading