customize
This commit is contained in:
parent
cee626d845
commit
9d00bbae1e
@ -142,7 +142,7 @@ factory.addStep(
|
|||||||
steps.DirectoryUpload(
|
steps.DirectoryUpload(
|
||||||
workersrc=DOC_DIR,
|
workersrc=DOC_DIR,
|
||||||
masterdest="/buildbot_share/docs/radn-rs/",
|
masterdest="/buildbot_share/docs/radn-rs/",
|
||||||
url="https://radn.parrrate.ru/latest/docs/",
|
url="https://radn.parrrate.ru/latest/docs/radn-rs/",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
c["builders"].append(
|
c["builders"].append(
|
||||||
|
@ -4,8 +4,9 @@ server {
|
|||||||
server_name radn.parrrate.ru;
|
server_name radn.parrrate.ru;
|
||||||
|
|
||||||
location /docs {
|
location /docs {
|
||||||
root /buildbot_share/docs;
|
root /buildbot_share;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
|
Loading…
Reference in New Issue
Block a user