Add environment labels for deploy jobs
This commit is contained in:
parent
5689fd3fce
commit
06eae1df07
1 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,9 @@ k8s-prod-deploy:
|
||||||
when: manual
|
when: manual
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
environment:
|
||||||
|
name: prod
|
||||||
|
url: https://rego.linux.conf.au
|
||||||
|
|
||||||
build_ticket_image:
|
build_ticket_image:
|
||||||
image: docker:git
|
image: docker:git
|
||||||
|
@ -59,6 +62,9 @@ k8s-ticket-testing-deploy:
|
||||||
when: manual
|
when: manual
|
||||||
only:
|
only:
|
||||||
- ticket-testing
|
- ticket-testing
|
||||||
|
environment:
|
||||||
|
name: staging
|
||||||
|
url: https://ticket-testing.lca2018.org
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
@ -74,3 +80,6 @@ pages:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
environment:
|
||||||
|
name: docs
|
||||||
|
url: https://lca2018.gitlab.io/symposion_app/
|
||||||
|
|
Loading…
Reference in a new issue