Skip to content

Commit

Permalink
test: action
Browse files Browse the repository at this point in the history
  • Loading branch information
luckfunc committed Aug 23, 2023
1 parent a2577d5 commit efb30b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: build app
run: pnpm run build

- name: scp-pipeline
- name: Deploy to the server.
uses: cross-the-world/scp-pipeline@master
with:
host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_NAME }}
pass: ${{ secrets.REMOTE_PASS }}
local: "/dist/*"
local: "/dist"
remote: ${{ secrets.USER_TARGET }}

0 comments on commit efb30b2

Please sign in to comment.