Changeset - 06eae1df078e
[Not reviewed]
0 1 0
James Polley - 7 years ago 2017-10-13 23:32:46
jp@jamezpolley.com
Add environment labels for deploy jobs
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
...
 
@@ -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/
0 comments (0 inline, 0 general)