File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,17 @@ jobs:
27
27
env :
28
28
# Deploy to preview server
29
29
# DOCS_BUILD_DIR: "./docs/_build"
30
- DOCS_DEPLOY_PRIVATEKEY : ${{ secrets.DOCS_KEY }}
31
- DOCS_DEPLOY_PATH : ${{ secrets.DOCS_PATH }}
30
+ # DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_KEY }}
31
+ # DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PATH }}
32
+ # DOCS_DEPLOY_SERVER: ${{ secrets.DOCS_SERVER }}
33
+ # DOCS_DEPLOY_SERVER_USER: ${{ secrets.DOCS_USER }}
34
+ # DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_URL }}
35
+
36
+ DOCS_DEPLOY_PRIVATEKEY : ${{ secrets.DOCS_PROD_PRIVATEKEY }}
37
+ DOCS_DEPLOY_PATH : ${{ secrets.DOCS_PROD_PATH }}
32
38
DOCS_DEPLOY_SERVER : ${{ secrets.DOCS_SERVER }}
33
- DOCS_DEPLOY_SERVER_USER : ${{ secrets.DOCS_USER }}
34
- DOCS_DEPLOY_URL_BASE : ${{ secrets.DOCS_URL }}
39
+ DOCS_DEPLOY_SERVER_USER : ${{ secrets.DOCS_PROD_USER }}
40
+ DOCS_DEPLOY_URL_BASE : ${{ secrets.DOCS_PROD_URL_BASE }}
35
41
run : |
36
42
sudo apt update
37
43
sudo apt install python3-pip python3-setuptools
You can’t perform that action at this time.
0 commit comments