diff --git a/Jenkinsfile b/Jenkinsfile index 5af169c..060dbc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {