Update deploy.yml

This commit is contained in:
Florian Metz
2019-10-05 15:17:28 +02:00
committed by GitHub
parent fca00e7084
commit 618e1f64df

View File

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