repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
9e3a540
parent
6fcf1f8
author
Eric Bower
date
2023-08-10 15:39:29 +0000 UTC
typo
1 files changed,  +3, -3
M .github/workflows/static.yml
+3, -3
 1@@ -16,6 +16,6 @@ jobs:
 2       - run: scp -R ./public/* erock@pgs.sh:/git-${{ steps.vars.outputs.sha_short }}
 3       - name: upload to pgs
 4         run: |
 5-        echo -e "${{ secrets.PRIVATE_KEY }}" >__TEMP_INPUT_KEY_FILE
 6-        chmod 600 __TEMP_INPUT_KEY_FILE
 7-        scp -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE -r ./public/* erock@pgs.sh:/git-${{ steps.vars.outputs.sha_short }}
 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 }}