Added auto doc deploy #2

Closed
SuwakoMmh wants to merge 13 commits from test into master
Showing only changes of commit 7e36887d2b - Show all commits

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
environment {
SPHINXOPTS = '-w sphinx-build.log'
DEPLOY_HOST = 'docs@172.17.0.1'
DEPLOY_PATH = 'www/bot-base/'
DEPLOY_PATH = 'www/docs/bot-base/'
}
stages {