From 06eae1df078ef43da472b9759b1b01a9014b51a7 Mon Sep 17 00:00:00 2001 From: James Polley Date: Sat, 14 Oct 2017 10:32:46 +1100 Subject: [PATCH] Add environment labels for deploy jobs --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec9f0818..e0a97126 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,9 @@ k8s-prod-deploy: when: manual only: - master + environment: + name: prod + url: https://rego.linux.conf.au build_ticket_image: image: docker:git @@ -59,6 +62,9 @@ k8s-ticket-testing-deploy: when: manual only: - ticket-testing + environment: + name: staging + url: https://ticket-testing.lca2018.org pages: image: alpine @@ -74,3 +80,6 @@ pages: - public only: - master + environment: + name: docs + url: https://lca2018.gitlab.io/symposion_app/