Skip to content

Commit

Permalink
fix: pnpm more close
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 16, 2023
1 parent 55b41ee commit f579390
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ jobs:
rsync -avz --exclude=".git" --exclude="node_modules" clone-files/ root@${{secrets.REMOTE_HOST}}:${{secrets.REMOTE_SERVER_DIR}}
ls -a
- name: Install pnpm
run: npm install -g pnpm

- name: 启动 pm2
run: |
ssh root@${{secrets.REMOTE_HOST}} "
cd ${{secrets.REMOTE_SERVER_DIR}};
ls -a;
npm install -g pnpm
pnpm install;
pnpm run ts-build;
"
Expand Down

0 comments on commit f579390

Please sign in to comment.