From 818751bac1c844425ce2f71c2efc37e71fc727fc Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 10 May 2020 00:06:29 +0100 Subject: [PATCH] gitlab-ci: just inline the variables --- .gitlab-ci.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67475a6837..6edbdae409 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,27 +15,17 @@ nixCache: .deploy: stage: deploy - variables: - SSH_ARGS: '' - script: './hack/deploy.sh "$DEPLOY_TO" "$SSH_ARGS"' tags: - deployer ixvm-fra01: extends: .deploy - variables: - # TODO(lukegb): DNS... - DEPLOY_TO: "141.98.136.124" + script: './hack/deploy.sh "141.98.136.124" ""' marukuru: extends: .deploy - variables: - # TODO(lukegb): DNS... - DEPLOY_TO: "2402:28c0:4:104e::1" - SSH_ARGS: "-p 20022" + script: './hack/deploy.sh "2402:28c0:4:104e::1" "-p 20022"' clouvider-fra01: extends: .deploy - variables: - # TODO(lukegb): DNS... - DEPLOY_TO: "193.228.196.57" + script: './hack/deploy.sh "193.228.196.57" ""'