From: Daniel Kirschten Date: Sun, 13 Sep 2020 12:44:43 +0000 (+0200) Subject: Fixed the scp command X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=9fe257d66794b01bb60fe27130526670c1877e47 Fixed the scp command --- 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