Skip to content

Commit

Permalink
fixed deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
shanjingheng committed Jul 27, 2023
1 parent ba73cb5 commit 489e625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: note build
# 触发workflow的条件
on:
push:
branches: ["doc-v2-beta"]
branches: ["doc-v2"]

env:
SERVER_PRIVATE_KEY: ${{ secrets.SERVER_PRIVATE_KEY }} # 服务器私钥
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
REMOTE_HOST: ${{ secrets.SERVER_HOST }}
REMOTE_PORT: ${{ secrets.SERVER_PORT }} -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa
REMOTE_USER: ${{ secrets.SERVER_USER_NAME }}
TARGET: /data/apps/data/docs-im-beta2/ # 服务器目标路径
TARGET: /data/apps/data/docs-im-beta/ # 服务器目标路径

- name: CDN Refresh
uses: visionwx/ali-cdn-refresh@main
Expand Down

0 comments on commit 489e625

Please sign in to comment.