Skip to content

Commit

Permalink
fix: rename root
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 16, 2023
1 parent 6a75290 commit d73bec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: 启动 pm2
run: |
ssh root@${{secrets.REMOTE_HOST}} "
cd /root/${{secrets.REMOTE_SERVER_DIR}};
cd ${{secrets.REMOTE_SERVER_DIR}};
ls -a;
pnpm install;
pnpm run ts-build;
Expand Down

0 comments on commit d73bec5

Please sign in to comment.