Compare commits
No commits in common. "7e4b38e9da44fe3fdc1da24d3b7de60fc4842296" and "97ac924c221d7e996f884ef3855e9e28b89ca458" have entirely different histories.
7e4b38e9da
...
97ac924c22
@ -3,7 +3,6 @@ import os
|
|||||||
from minio import Minio
|
from minio import Minio
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
minio_client = Minio(
|
minio_client = Minio(
|
||||||
"minio.develop.sprinthub.ru:9000",
|
"minio.develop.sprinthub.ru:9000",
|
||||||
access_key="serviceminioadmin",
|
access_key="serviceminioadmin",
|
||||||
@ -51,9 +50,3 @@ def main():
|
|||||||
|
|
||||||
with open('/etc/nginx/hosts.conf', 'w') as fp:
|
with open('/etc/nginx/hosts.conf', 'w') as fp:
|
||||||
fp.write(config)
|
fp.write(config)
|
||||||
|
|
||||||
|
|
||||||
try:
|
|
||||||
main()
|
|
||||||
except Exception as e:
|
|
||||||
print(e)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user