Update deploy.yml

This commit is contained in:
Florian Metz
2019-10-05 15:56:23 +02:00
committed by GitHub
parent 66d5b7a6f4
commit 258b4113db

View File

@@ -15,12 +15,11 @@ jobs:
run: |
npm run init
npm run pkg
- uses: garygrossgarten/github-action-scp@release
- uses: easingthemes/ssh-deploy@v2.0.2
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
local: "dist"
remote: "/home/PreMiD/builds/"
concurrency: 10
REMOTE_HOST: ${{ secrets.HOST }}
REMOTE_USER: ${{ secrets.USERNAME }}
SSH_PRIVATE_KEY: ${{ secrets.SSHKEY }}
SOURCE: "dist/"
TARGET: "/home/PreMiD/builds/"