File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,17 @@ jobs:
2727 env :
2828 # Deploy to preview server
2929 # 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 }}
3238 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 }}
3541 run : |
3642 sudo apt update
3743 sudo apt install python3-pip python3-setuptools
You can’t perform that action at this time.
0 commit comments