We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5965b4b commit a93c98fCopy full SHA for a93c98f
.github/workflows/docs_deploy.yml
@@ -27,11 +27,11 @@ jobs:
27
env:
28
# Deploy to production server
29
# DOCS_BUILD_DIR: "./docs/_build/"
30
- DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_PROD_PRIVATEKEY }}
31
- DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PROD_PATH }}
+ DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_KEY }}
+ DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PATH }}
32
DOCS_DEPLOY_SERVER: ${{ secrets.DOCS_SERVER }}
33
- DOCS_DEPLOY_SERVER_USER: ${{ secrets.DOCS_PROD_USER }}
34
- DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_PROD_URL_BASE }}
+ DOCS_DEPLOY_SERVER_USER: ${{ secrets.DOCS_USER }}
+ DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_URL }}
35
# Deploy to preview server
36
run: |
37
sudo apt update
0 commit comments