Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Msg-Lbo committed Aug 29, 2024
1 parent 2af0a24 commit 7bd7777
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 @@ -33,6 +33,6 @@ jobs:
server: ${{ secrets.SSH_HOST }} # 远程服务器IP地址
password: ${{ secrets.SSH_PASSWORD }} # 远程服务器密码
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} # 认证服务器秘钥对的私钥
local_path: './vitepress/dist/*' # 对应我们项目打包后的静态文件路径
local_path: '.vitepress/dist/*' # 对应我们项目打包后的静态文件路径
remote_path: ${{ secrets.WEB_PATH }} # 服务器上的路径
delete_remote_files: true # 是否删除远程服务器上的文件

0 comments on commit 7bd7777

Please sign in to comment.