We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548cb50 commit 3298b1bCopy full SHA for 3298b1b
.github/workflows/ci.yml
@@ -59,8 +59,7 @@ jobs:
59
uses: wangyucode/[email protected]
60
with:
61
host: ${{ secrets.SSH_HOST }}
62
- username: ${{ secrets.SSH_USERNAME }}
63
- password: ${{ secrets.SSH_PASSWORD }}
+ privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
64
localDir: '.'
65
remoteDir: ${{ secrets.IMAGE_DIR_PATH }}
66
@@ -69,7 +68,7 @@ jobs:
69
68
70
71
username: ${{ secrets.SSH_USERNAME }}
72
+ key: ${{ secrets.SSH_PRIVATE_KEY }}
73
script: |
74
# load local image
75
gunzip -c ${{ secrets.IMAGE_DIR_PATH }}/house.tar.gz | docker load
0 commit comments