From c2479861f413032b9033e8645a7afb1ef2eafe37 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Mon, 26 Oct 2020 11:02:18 +0100 Subject: [PATCH] Fix remote user variable in gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf481b29d..0b07371de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ deploy_to_phoenix: matrix: - ANSIBLE_MATRIX: 0 REMOTE_USER: - - marcus + - y0054816 create_release: image: registry.gitlab.com/gitlab-org/release-cli:latest -- GitLab