customize

This commit is contained in:
AF 2023-08-05 15:17:41 +00:00
parent cee626d845
commit 9d00bbae1e
2 changed files with 4 additions and 3 deletions

View File

@ -142,7 +142,7 @@ factory.addStep(
steps.DirectoryUpload(
workersrc=DOC_DIR,
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(

View File

@ -4,8 +4,9 @@ server {
server_name radn.parrrate.ru;
location /docs {
root /buildbot_share/docs;
index index.html index.htm;
root /buildbot_share;
index index.html index.htm;
autoindex on;
}
error_page 500 502 503 504 /50x.html;