gitlab-ci: just inline the variables
This commit is contained in:
parent
2f7e50cc35
commit
818751bac1
1 changed files with 3 additions and 13 deletions
|
@ -15,27 +15,17 @@ nixCache:
|
||||||
|
|
||||||
.deploy:
|
.deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
|
||||||
SSH_ARGS: ''
|
|
||||||
script: './hack/deploy.sh "$DEPLOY_TO" "$SSH_ARGS"'
|
|
||||||
tags:
|
tags:
|
||||||
- deployer
|
- deployer
|
||||||
|
|
||||||
ixvm-fra01:
|
ixvm-fra01:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
variables:
|
script: './hack/deploy.sh "141.98.136.124" ""'
|
||||||
# TODO(lukegb): DNS...
|
|
||||||
DEPLOY_TO: "141.98.136.124"
|
|
||||||
|
|
||||||
marukuru:
|
marukuru:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
variables:
|
script: './hack/deploy.sh "2402:28c0:4:104e::1" "-p 20022"'
|
||||||
# TODO(lukegb): DNS...
|
|
||||||
DEPLOY_TO: "2402:28c0:4:104e::1"
|
|
||||||
SSH_ARGS: "-p 20022"
|
|
||||||
|
|
||||||
clouvider-fra01:
|
clouvider-fra01:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
variables:
|
script: './hack/deploy.sh "193.228.196.57" ""'
|
||||||
# TODO(lukegb): DNS...
|
|
||||||
DEPLOY_TO: "193.228.196.57"
|
|
||||||
|
|
Loading…
Reference in a new issue