Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml')
-rw-r--r--qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml b/qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml
index 3e83c8f0f77..052ba1c14fb 100644
--- a/qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml
+++ b/qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml
@@ -22,10 +22,12 @@ variables:
stages:
- production
-# This job continuously deploys to staging/production on every push to `master`.
+# This job continuously deploys to production on every push to `master`.
production:
stage: production
+ tags:
+ - qa
script:
- check_kube_domain
- install_dependencies
@@ -34,7 +36,6 @@ production:
- initialize_tiller
- create_secret
- deploy
- - persist_environment_url
environment:
name: production
url: http://$CI_PROJECT_PATH_SLUG.$AUTO_DEVOPS_DOMAIN