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 efb30b2 commit b2023ee
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 @@ -34,7 +34,7 @@ jobs:
version: "7.X"

- name: install deps
run: pnpm install
run: pnpm i
- name: build app
run: pnpm run build

Expand All @@ -44,5 +44,5 @@ jobs:
host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_NAME }}
pass: ${{ secrets.REMOTE_PASS }}
local: "/dist"
local: "dist"
remote: ${{ secrets.USER_TARGET }}

0 comments on commit b2023ee

Please sign in to comment.