master #84

Merged
emmatveev merged 9 commits from master into prod 2025-06-12 01:13:28 +03:00
Showing only changes of commit 79b8240592 - Show all commits

View File

@ -3,6 +3,7 @@ import os
from minio import Minio
def main():
minio_client = Minio(
"minio.develop.sprinthub.ru:9000",
access_key="serviceminioadmin",
@ -50,3 +51,9 @@ for host, params in hosts.items():
with open('/etc/nginx/hosts.conf', 'w') as fp:
fp.write(config)
try:
main()
except Exception as e:
print(e)