more testing
parent
35b4a6c209
commit
a32947f784
|
@ -1,11 +1,13 @@
|
||||||
name: Copy via ssh
|
name: Copy via ssh
|
||||||
on: [push]
|
on: [push]
|
||||||
uses: garygrossgarten/github-action-scp@v0.7.3
|
jobs:
|
||||||
with:
|
|
||||||
local: /
|
uses: garygrossgarten/github-action-scp@v0.7.3
|
||||||
remote: /home/mdbook/wiki/src
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
local: /
|
||||||
port: ${{ secrets.SSH_PORT}}
|
remote: /home/mdbook/wiki/src
|
||||||
username: ${{ secrets.USERNAME }}
|
host: ${{ secrets.HOST }}
|
||||||
privateKey: ${{ secrets.SSH_KEY}}
|
port: ${{ secrets.SSH_PORT}}
|
||||||
passphrase: ${{ secrets.KEY_PASS}}
|
username: ${{ secrets.USERNAME }}
|
||||||
|
privateKey: ${{ secrets.SSH_KEY}}
|
||||||
|
passphrase: ${{ secrets.KEY_PASS}}
|
||||||
|
|
Loading…
Reference in New Issue