be more verbose
This commit is contained in:
parent
78ed9458ec
commit
ea9df5b4b7
@ -33,6 +33,7 @@ def move_app(source_app, target_server=False, target_domain=False, move_vols=Fal
|
||||
if run_backup:
|
||||
backup(source_app)
|
||||
if undeploy:
|
||||
print(f"undeploy {source_app}")
|
||||
print(abra('app', 'undeploy', '-n', source_app))
|
||||
sleep(10)
|
||||
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):
|
||||
print(f"Get Secretes from {source_app}...")
|
||||
secrets = get_secrets(source_app)
|
||||
insert_secrets(target_domain, secrets)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user