From 689913e870594d0b2921b6c6bf304531bdf1baf9 Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Fri, 23 Oct 2020 17:45:52 +0200
Subject: [PATCH] Use marcus as remote user

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e948b3be..00de1b39e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,7 +84,7 @@ deploy_to_phoenix:
     matrix:
       - ANSIBLE_MATRIX: 0
         REMOTE_USER:
-          - y0054816
+          - marcus
 
 create_release:
   image: registry.gitlab.com/gitlab-org/release-cli:latest
-- 
GitLab