be more verbose
This commit is contained in:
@ -33,6 +33,7 @@ def move_app(source_app, target_server=False, target_domain=False, move_vols=Fal
|
|||||||
if run_backup:
|
if run_backup:
|
||||||
backup(source_app)
|
backup(source_app)
|
||||||
if undeploy:
|
if undeploy:
|
||||||
|
print(f"undeploy {source_app}")
|
||||||
print(abra('app', 'undeploy', '-n', source_app))
|
print(abra('app', 'undeploy', '-n', source_app))
|
||||||
sleep(10)
|
sleep(10)
|
||||||
copy_volumes(source_app, target_server, target_domain, move_vols)
|
copy_volumes(source_app, target_server, target_domain, move_vols)
|
||||||
@ -177,6 +178,7 @@ def get_domain(app_name):
|
|||||||
|
|
||||||
|
|
||||||
def copy_secrets(source_app, target_domain):
|
def copy_secrets(source_app, target_domain):
|
||||||
|
print(f"Get Secretes from {source_app}...")
|
||||||
secrets = get_secrets(source_app)
|
secrets = get_secrets(source_app)
|
||||||
insert_secrets(target_domain, secrets)
|
insert_secrets(target_domain, secrets)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user