FAQ | This is a LIVE service | Changelog

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

fix: remove outdated deploy trigger

parent 27d7f4b1
No related branches found
No related tags found
Loading
Pipeline #502122 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