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:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user