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