Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created August 31, 2012 15:49
Show Gist options
  • Select an option

  • Save mccun934/3554917 to your computer and use it in GitHub Desktop.

Select an option

Save mccun934/3554917 to your computer and use it in GitHub Desktop.
def promote from_env, to_env
# TODO: add logic to promote parent templates
# when that feature arrives
promote_products from_env, to_env
promote_repos from_env, to_env
promote_packages from_env, to_env
promote_template from_env, to_env
[]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment