fixing action
parent
a878b31d7b
commit
e95efec8e3
|
@ -1,19 +1,11 @@
|
||||||
name: scp files
|
- name: Copy via ssh
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
uses: garygrossgarten/github-action-scp@v0.7.3
|
||||||
|
|
||||||
build:
|
|
||||||
name: Build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: copy file via ssh password
|
|
||||||
uses: appleboy/scp-action@master
|
|
||||||
with:
|
with:
|
||||||
|
local: *
|
||||||
|
remote: /home/mdbook/wiki/src
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
|
port: ${{ secrets.SSH_PORT}}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.SSH_KEY}}
|
privateKey: ${{ secrets.SSH_KEY}}
|
||||||
passphrase: ${{ secrets.KEY_PASS}}
|
passphrase: ${{ secrets.KEY_PASS}}
|
||||||
port: ${{ secrets.PORT }}
|
|
||||||
source: "*"
|
|
||||||
target: "/home/mdbook/wiki/src/"
|
|
Loading…
Reference in New Issue