Добавлен деплой в /var/www/html
This commit is contained in:
parent
46a00a6e8f
commit
dcda333b79
3
build.py
3
build.py
|
@ -81,6 +81,9 @@ def main():
|
||||||
for md_file in md_files:
|
for md_file in md_files:
|
||||||
convert_md_to_html(md_file)
|
convert_md_to_html(md_file)
|
||||||
|
|
||||||
|
shutil.rmtree('/var/www/html/', ignore_errors=True)
|
||||||
|
shutil.copytree(bin_path, '/var/www/html/')
|
||||||
|
|
||||||
# Ожидаем 2 минуты перед следующей проверкой обновлений
|
# Ожидаем 2 минуты перед следующей проверкой обновлений
|
||||||
time.sleep(120)
|
time.sleep(120)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue