Fixed the environment
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sat, 19 Sep 2020 20:57:09 +0000 (22:57 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sat, 19 Sep 2020 20:57:09 +0000 (22:57 +0200)
.github/workflows/maven.yml

index fd0847c..b5aeea5 100644 (file)
@@ -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