def promote(migration, constraint, git_remote, timeout, update_config, filename, verbose): """Update the project's deployment(s) on production with the image tag currently deployed on staging and update the production tag to reference the same image""" set_verbosity(verbose) hokusai.promote(migration, constraint, git_remote, timeout, update_config=update_config, filename=filename)
def promote(migration, constraint, verbose): """Update the project's deployment(s) on production with the image tag currently deployed on staging and update the production tag to reference the same image""" set_verbosity(verbose) hokusai.promote(migration, constraint)