Commit 5aa65c2

Eric Bower  ·  2023-08-10 11:45:45 -0400 EDT
parent 3a12801
print ssh version
1 files changed,  +2, -1
+2, -1
 1@@ -13,8 +13,9 @@ jobs:
 2       - run: go install github.com/picosh/pgit
 3       - run: pgit --out ./public --label pgit --revs main,HEAD
 4       - run: pgit --out ./public --assets
 5+      - run: ssh -V
 6       - name: upload to pgs
 7         run: |
 8           echo -e "${{ secrets.PRIVATE_KEY }}" >__TEMP_INPUT_KEY_FILE
 9           chmod 600 __TEMP_INPUT_KEY_FILE
10-          scp -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE -r ./public/* erock@pgs.sh:/git-${{ steps.vars.outputs.sha_short }}
11+          scp -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE -r ./public/* erock@pgs.sh:/git-${{ steps.vars.outputs.sha_short }}