gitlab-ci: add etheroute-lon01
This commit is contained in:
parent
c5ce5db644
commit
8fa40565f6
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ swann:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
script: './hack/deploy.sh "swann" ""'
|
script: './hack/deploy.sh "swann" ""'
|
||||||
|
|
||||||
|
etheroute-lon01:
|
||||||
|
extends: .deploy
|
||||||
|
script: './hack/deploy.sh "etheroute-lon01" ""'
|
||||||
|
|
||||||
docker-push:
|
docker-push:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue