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 bf97ef8 commit ee7eb95
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 @@ -51,7 +51,7 @@ jobs:
"
- name: 将编译后的包复制到远程服务器对应目录
run: scp -r ./dist root@${{secrets.REMOTE_HOST}}:/root/${{secrets.REMOTE_WEB_DIR}}
run: scp -r ./dist root@${{secrets.REMOTE_HOST}}:/${{secrets.REMOTE_WEB_DIR}}

- name: 删除 id_rsa
run: rm -rf ~/.ssh/id_rsa

0 comments on commit ee7eb95

Please sign in to comment.