Skip to content

Commit 563ccce

Browse files
committed
Added back the deploy on PR - Clean CI 13
1 parent 5063cdd commit 563ccce

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/docs_preview.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)