FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 0b9ed78b authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

Merge branch 'prevent-outdated-deploy-job' into 'master'

fix: remove outdated deploy trigger

See merge request uis/devops/iam/iar/webapp!38
parents 27d7f4b1 ac52f49e
No related branches found
No related tags found
1 merge request!38fix: remove outdated deploy trigger
Pipeline #502125 passed with warnings
......@@ -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
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