Update docs location
All checks were successful
Gitsokyo/bot-base/pipeline/head This commit looks good
Gitsokyo/bot-base/pipeline/pr-master This commit looks good

This commit is contained in:
Suwako Moriya 2020-04-26 14:58:29 +02:00
parent 13c1b1292b
commit 7e36887d2b
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

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 {