mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 10:19:49 +08:00
fix(CI): removing test statement
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- uses: marcodallasanta/ssh-scp-deploy@development
|
||||
with:
|
||||
local: "CHANGELOG.md"
|
||||
remote: "~/error"
|
||||
remote: "~/"
|
||||
host: ${{secrets.HOST}}
|
||||
user: ${{secrets.USER}}
|
||||
key: ${{secrets.KEY}}
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
- uses: marcodallasanta/ssh-scp-deploy@development
|
||||
with:
|
||||
local: "CHANGELOG.md"
|
||||
remote: "~/error/"
|
||||
remote: "~/"
|
||||
host: ${{secrets.HOST}}
|
||||
user: ${{secrets.USER}}
|
||||
password: ${{secrets.PASSWORD}}
|
||||
|
Reference in New Issue
Block a user