From 92256554201b7f35a1cf284e1b57e43bb8d7827e Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Sun, 13 Sep 2020 18:53:13 +0200 Subject: [PATCH] GitHub no longer logs in as mograsim, but as mgsdeploy --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b5dd9c60..8fdc5d55 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,4 +37,4 @@ jobs: echo "${DEPLOY_KEY}" > ~/.ssh/id_rsa_deploy chmod 600 ~/.ssh/id_rsa_deploy echo "${MOGRASIM_NET_HOST_PUBKEY}" >> ~/.ssh/known_hosts - scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mograsim@mograsim.net:/mograsim/testdeploy + scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mgsdeploy@mograsim.net:/mograsim/testdeploy -- 2.17.1