mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 10:19:49 +08:00
test(act): testing CI
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -12,10 +12,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: marcodallasanta/ssh-scp-deploy@main
|
- uses: marcodallasanta/ssh-scp-deploy@development
|
||||||
with:
|
with:
|
||||||
local: "CHANGELOG.md"
|
local: "CHANGELOG.md"
|
||||||
remote: "~/"
|
remote: "${{secrets.REM}}"
|
||||||
host: ${{secrets.HOST}}
|
host: ${{secrets.HOST}}
|
||||||
user: ${{secrets.USER}}
|
user: ${{secrets.USER}}
|
||||||
key: ${{secrets.KEY}}
|
key: ${{secrets.KEY}}
|
||||||
|
Reference in New Issue
Block a user