fix(actions)

This commit is contained in:
z0x 2025-01-25 15:47:12 -05:00
parent f009b7a377
commit 7f8c4882a8

View file

@ -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