From 9fe257d66794b01bb60fe27130526670c1877e47 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Sun, 13 Sep 2020 14:44:43 +0200 Subject: [PATCH] Fixed the scp command --- .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 9121678f..721f8b71 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,4 +35,4 @@ jobs: mkdir -p ~/.ssh echo "${DEPLOY_TOKEN}" > ~/.ssh/id_rsa_deploy chmod 600 ~/.ssh/id_rsa_deploy - scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mograsim.net/mograsim/testdeploy + scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mograsim.net:mograsim/testdeploy -- 2.17.1