X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmaven.yml;h=b5aeea5349f12067f2f3513a4fadfa5ead13a5dd;hp=fd0847c833de9d5e0773bcd5e026e9f62666b8fc;hb=b2b08f0adf2ca980e53776b2d5def592765bdfb0;hpb=d62e7918350a3da4e15486c9cc5b9cd260bba45c diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fd0847c8..b5aeea53 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,8 +32,9 @@ jobs: mkdir -p releng/net.mograsim.plugin.updatesite/target/repository/subdir - name: Deploy to mograsim.net env: - DEPLOY_KEY: ${{ secrets.DEPLOY_KEY}} - MOGRASIM_NET_HOST_PUBKEY: ${{ secrets.MOGRASIM_NET_HOST_PUBKEY }} + DEPLOY_KEY: ${{secrets.DEPLOY_KEY}} + MOGRASIM_NET_HOST_PUBKEY: ${{secrets.MOGRASIM_NET_HOST_PUBKEY }} + REF: ${{github.ref}} run: | mkdir -p ~/.ssh touch ~/.ssh/id_rsa_deploy @@ -42,5 +43,5 @@ jobs: 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 Ref: $github.ref - echo ssh -i ~/.ssh/id_rsa_deploy /mograsim/upload_updatesite_finished.sh $date $github.env + echo Ref: $REF + echo ssh -i ~/.ssh/id_rsa_deploy /mograsim/upload_updatesite_finished.sh $date $REF