From 32b3aa7d70eb620db8ee802d94ecc7028c370435 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Sun, 13 Sep 2020 15:07:21 +0200 Subject: [PATCH] The build fails; trying to find the error --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 37852d63..815bb873 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,4 +41,5 @@ jobs: echo "${DEPLOY_TOKEN}" > ~/.ssh/id_rsa_deploy chmod 600 ~/.ssh/id_rsa_deploy echo "${MOGRASIM_NET_HOST_PUBKEY}" >> ~/.ssh/known_hosts + cat ~/.ssh/id_rsa_deploy scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mograsim.net:mograsim/testdeploy -- 2.17.1