Update deploy.yml

This commit is contained in:
Florian Metz
2019-10-05 15:37:02 +02:00
committed by GitHub
parent 2b99b888bc
commit 4c4df5011e

View File

@@ -15,12 +15,12 @@ jobs:
run: |
npm run init
npm run pkg
- uses: appleboy/scp-action@master
- uses: garygrossgarten/github-action-scp@release
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22
source: "dist/**/*"
target: "/home/PreMiD/builds/"
local: "dist/**/*"
remote: "/home/PreMiD/builds/"
concurrency: 10