X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmaven.yml;h=721f8b71306646daa550fec9a24f214bc56dfba4;hp=9121678f9da784bb55dc2b8b4e5c21d7b2bb4f10;hb=9fe257d66794b01bb60fe27130526670c1877e47;hpb=cd0b900341a7b8c40d0c5883323ee74f6adc97c7 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