fix(actions)
This commit is contained in:
parent
f009b7a377
commit
7f8c4882a8
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
bun install
|
||||
bun run build
|
||||
|
||||
- name: Deploy to VPS
|
||||
- name: Deploy to server
|
||||
uses: appleboy/scp-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
|
@ -31,3 +31,4 @@ jobs:
|
|||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
source: "dist/*"
|
||||
target: ${{ secrets.TARGET }}
|
||||
strip_components: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue