Skip to content

Commit 6689a67

Browse files
committed
Changed the docs server from preview to deploy
1 parent 5063cdd commit 6689a67

File tree

2 files changed

+5
-53
lines changed

2 files changed

+5
-53
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- release/*
7+
- master
78
paths:
89
- 'docs/**'
910
- '.github/workflows/docs.yml'
@@ -27,12 +28,11 @@ jobs:
2728
env:
2829
# Deploy to production server
2930
# DOCS_BUILD_DIR: "./docs/_build/"
30-
DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_PROD_PRIVATEKEY }}
31-
DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PROD_PATH }}
31+
DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_KEY }}
32+
DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PATH }}
3233
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 }}
35-
# Deploy to preview server
34+
DOCS_DEPLOY_SERVER_USER: ${{ secrets.DOCS_USER }}
35+
DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_URL }}
3636
run: |
3737
sudo apt update
3838
sudo apt install python3-pip python3-setuptools

.github/workflows/docs_preview.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)