X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fmaven.yml;h=d8208abf6351aa0fe7088f62177aa0f3d08df731;hb=bb03efb69158644ca0e35a6102e304a3f1514fbe;hp=d5c1ee30b6167e8fd2442cc2fb6b9d3d4bed60dc;hpb=b16fe399492424fe382f981315dc007216544fea;p=Mograsim.git diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d5c1ee30..d8208abf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,6 +40,6 @@ jobs: printenv DEPLOY_KEY > ~/.ssh/id_rsa_deploy printenv MOGRASIM_NET_HOST_PUBKEY >> ~/.ssh/known_hosts date=$(date +%Y%m%d_%H%M%S) - scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mgsdeploy@mograsim.net:/mograsim/upload_tmp/$date - || { echo Uploading files failed, aborting; exit 1; } + scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mgsdeploy@mograsim.net:/mograsim/upload_tmp/$date || + { echo Uploading files failed, aborting; exit 1; } exec ssh -i ~/.ssh/id_rsa_deploy mgsdeploy@mograsim.net /mograsim/upload_updatesite_finished.sh $date $REF