Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSino committed Nov 6, 2024
1 parent 1deaeb8 commit 0daeffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: 部署文档
name: ChenSino博客部署

on:
push:
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
ARGS: '-avz --delete'
SOURCE: 'docs/.vuepress/dist/'
REMOTE_HOST: ${{ env.SERVER_HOST }}
REMOTE_USER: ${{ env.USER_NAME }}
REMOTE_HOST: ${{ env.REMOTE_HOST }}
REMOTE_USER: ${{ env.REMOTE_USER }}
REMOTE_PORT: ${{ env.REMOTE_PORT }}
TARGET: /etc/nginx/www # 服务器目标路径

0 comments on commit 0daeffe

Please sign in to comment.