mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
Update deploy.yml
This commit is contained in:
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user