Access bits for id_rsa_deploy are now set before storing the privkey
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 13 Sep 2020 17:43:23 +0000 (19:43 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 13 Sep 2020 17:43:23 +0000 (19:43 +0200)
.github/workflows/maven.yml

index 2256c31..41df974 100644 (file)
@@ -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