customize
This commit is contained in:
parent
cee626d845
commit
9d00bbae1e
@ -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(
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user