X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmaven.yml;h=41df9749d616e99900f9c73b4efaef1cf10afa03;hp=2256c31a812fdffa66c6a422f5860ffa22258458;hb=675de1ae079bfd56ea5751f8ae606df4bed65e05;hpb=11befdfe3947e25ea96cd6117246994757883b61 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2256c31a..41df9749 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,8 @@ jobs: MOGRASIM_NET_HOST_PUBKEY: ${{ secrets.MOGRASIM_NET_HOST_PUBKEY }} run: | mkdir -p ~/.ssh - printenv DEPLOY_KEY > ~/.ssh/id_rsa_deploy + touch ~/.ssh/id_rsa_deploy chmod 600 ~/.ssh/id_rsa_deploy + printenv DEPLOY_KEY > ~/.ssh/id_rsa_deploy printenv MOGRASIM_NET_HOST_PUBKEY >> ~/.ssh/known_hosts scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mgsdeploy@mograsim.net:/mograsim/testdeploy