Exemple #1
0
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)
Exemple #2
0
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)