Sha256: 0c45d2f4cef844e3871cf570c8afbea64ba41a928bf13f4c569607447d0ab1cf

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

# find `database_url` by running `heroku pg:info --app=APP_NAME`
_defaults:
  repository: https://github.com/fieldnotescommunities/heroku_tool
  # what you are deploying to -- this should either be refs/head/main (the default) or refs/head/master
  heroku_target_ref: refs/heads/main
  # set to true if you are doing migrate as part of the heroku release phase, otherwise leave as false, or delete
  #  https://mentalized.net/journal/2017/04/22/run-rails-migrations-on-heroku-deploy/
  #  https://devcenter.heroku.com/articles/release-phase
  migrate_in_release_phase: false
production:
  heroku_app : some-heroku-production
  git_remote : heroku-production
  deploy_ref : origin/main
  display_name : production (heroku_tool)
demo:
  heroku_app : some-heroku-demo
  git_remote : heroku-demo
  deploy_ref : HEAD
  display_name : demo (heroku_tool)
  trackable_release_stage : demo
  staging : true
staging:
  heroku_app : some-heroku-staging
  git_remote : heroku-staging
  deploy_ref : HEAD
  display_name : staging (heroku_tool)
  staging : true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
heroku_tool-0.8.0 templates/heroku_targets.yml
heroku_tool-0.7.1 templates/heroku_targets.yml
heroku_tool-0.7.0 templates/heroku_targets.yml
heroku_tool-0.6.0 templates/heroku_targets.yml