From 52517b273c65028ed250203a16d50069c5208167 Mon Sep 17 00:00:00 2001 From: Julian Keck <julian.keck9@kit.edu> Date: Thu, 26 Oct 2023 14:57:40 +0200 Subject: [PATCH] UPD pipeline use new username for new devel host --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bcbccc..4b781f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ deploy_devel: - chmod 700 ~/.ssh - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - ssh net-suite-devel@netvs-devel.scc.kit.edu "${CI_PIPELINE_ID}" + - ssh www-netvs@netvs-devel.scc.kit.edu "${CI_PIPELINE_ID}" needs: - netvs_hub_cli environment: -- GitLab