diff options
author | Tobias Schramm <tobleminer@gmail.com> | 2018-10-21 14:51:35 +0200 |
---|---|---|
committer | Tobias Schramm <tobleminer@gmail.com> | 2018-10-21 14:51:35 +0200 |
commit | 967b6414e39cb7565ab29c98f692c01dfaedcf8c (patch) | |
tree | d415c179f500614f0c9baec806058264181b7d96 | |
parent | 5b6f8786ec5f7f86bb112931b23d705177654950 (diff) |
Update gateway list
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe068f6..7e838c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,12 @@ variables: GIT_SUBMODULE_STRATEGY: recursive GIT_SSL_CAPATH: /etc/ssl/certs/ CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/build - GATEWAYS: "vpn6 vpn0" + GATEWAYS: "vpn6 vpn0 vpn1" GATEWAY_DEPLOY_USER: mesh_vpn_ci_ffki GATEWAY_HOST_vpn0: vpn0.freifunk.in-kiel.de GATEWAY_HOST_vpn6: vpn6.freifunk.in-kiel.de + GATEWAY_HOST_vpn1: hyper1.sys.ccs-baumann.de + GATEWAY_PORT_vpn1: 54002 stages: - container |