gitlab-ci: add deploy to clouvider-lon01
This commit is contained in:
parent
8d4b7f8c47
commit
a263f322d0
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ kusakabe:
|
||||||
#resource_group: kusakabe
|
#resource_group: kusakabe
|
||||||
script: './hack/deploy.sh "188.165.197.49" ""'
|
script: './hack/deploy.sh "188.165.197.49" ""'
|
||||||
|
|
||||||
|
clouvider-lon01:
|
||||||
|
extends: .deploy
|
||||||
|
script: './hack/deploy.sh "185.198.188.29" ""'
|
||||||
|
|
||||||
docker-push:
|
docker-push:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue