fix(CI): removing test statement

This commit is contained in:
Marco Dalla Santa
2021-09-09 01:29:37 +02:00
parent 546131ac6d
commit eee13f37dc

View File

@@ -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}}