X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmaven.yml;h=8fdc5d55a7992706bd8fe4645124b84d0db0ff94;hp=b5dd9c60eadbaf311b4632add28f6d4aa924a684;hb=92256554201b7f35a1cf284e1b57e43bb8d7827e;hpb=d736da8e490713245e06326f3121f52d9318c8cb 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