gitlab-ci: add {lux,las,nyc}01-frantech
This commit is contained in:
parent
10c7ee76b3
commit
82db96db25
1 changed files with 12 additions and 0 deletions
|
@ -78,6 +78,18 @@ blade-torres:
|
|||
extends: .deploy
|
||||
script: './hack/deploy.sh "blade-torres" ""'
|
||||
|
||||
las01-frantech:
|
||||
extends: .deploy
|
||||
script: './hack/deploy.sh "las01-frantech" ""'
|
||||
|
||||
lux01-frantech:
|
||||
extends: .deploy
|
||||
script: './hack/deploy.sh "lux01-frantech" ""'
|
||||
|
||||
nyc01-frantech:
|
||||
extends: .deploy
|
||||
script: './hack/deploy.sh "nyc01-frantech" ""'
|
||||
|
||||
docker-push:
|
||||
stage: deploy
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue