Commit 9e3a540
Eric Bower
·
2023-08-10 11:39:29 -0400 EDT
parent 6fcf1f8
typo
1 files changed,
+3,
-3
+3,
-3
| ... | ... | @@ -16,6 +16,6 @@ jobs: | |
| 16 | 16 | - run: scp -R ./public/* erock@pgs.sh:/git-${{ steps.vars.outputs.sha_short }} | |
| 17 | 17 | - name: upload to pgs | |
| 18 | 18 | run: | | |
| 19 | - | echo -e "${{ secrets.PRIVATE_KEY }}" >__TEMP_INPUT_KEY_FILE | |
| 20 | - | chmod 600 __TEMP_INPUT_KEY_FILE | |
| 21 | - | scp -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE -r ./public/* erock@pgs.sh:/git-${{ steps.vars.outputs.sha_short }} | |
| 19 | + | echo -e "${{ secrets.PRIVATE_KEY }}" >__TEMP_INPUT_KEY_FILE | |
| 20 | + | chmod 600 __TEMP_INPUT_KEY_FILE | |
| 21 | + | scp -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE -r ./public/* erock@pgs.sh:/git-${{ steps.vars.outputs.sha_short }} |