We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41d589 commit 36b49fbCopy full SHA for 36b49fb
.github/workflows/blank.yml
@@ -2,7 +2,7 @@ name: note build
2
# 触发workflow的条件
3
on:
4
push:
5
- branches: ["doc-v2"]
+ branches: ["privatization-v3"]
6
7
env:
8
SERVER_PRIVATE_KEY: ${{ secrets.SERVER_PRIVATE_KEY }} # 服务器私钥
@@ -45,7 +45,7 @@ jobs:
45
REMOTE_HOST: ${{ secrets.SERVER_HOST }}
46
REMOTE_PORT: ${{ secrets.SERVER_PORT }} -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa
47
REMOTE_USER: ${{ secrets.SERVER_USER_NAME }}
48
- TARGET: /data/apps/data/docs-im-beta/ # 服务器目标路径
+ TARGET: /data/apps/data/privatization-doc-v3/ # 服务器目标路径
49
50
- name: CDN Refresh HTTPS
51
uses: weirui88888/[email protected]
0 commit comments