Sha256: 162b5f7eaa00892706a1815c2c005a3053fbac0dafebb402b2ed3c93fc3844bb

Contents?: true

Size: 565 Bytes

Versions: 12

Compression:

Stored size: 565 Bytes

Contents

#
# Format:
# 
# <stage name>:
#   app: <Heroku app name>
#   stack: <Heroku stack, optional>
#   tag: <git tag pattern, optional>
#   repo: <git repository, optional>
#   config:
#     - <Heroku config:var name>: <Heroku config:var value>
#
production: 
  app: awesomeapp
  stack: bamboo-ree-1.8.7
  tag: production/*
  config:
    BUNDLE_WITHOUT: "development:test"
    GOOGLE_ANALYTICS: "UA-12345678-1"

staging:
  stack: cedar
  app: awesomeapp-staging
  config: &default
    BUNDLE_WITHOUT: "development:test"

demo: 
  app: awesomeapp-demo
  config: *default

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
heroku_san-3.0.3 lib/templates/heroku.example.yml
heroku_san-3.0.2 lib/templates/heroku.example.yml
heroku_san-3.0.1 lib/templates/heroku.example.yml
heroku_san-3.0.0 lib/templates/heroku.example.yml
heroku_san-2.2.2 lib/templates/heroku.example.yml
heroku_san-2.1.4 lib/templates/heroku.example.yml
heroku_san-2.1.3 lib/templates/heroku.example.yml
heroku_san-2.1.2 lib/templates/heroku.example.yml
heroku_san-2.1.1 lib/templates/heroku.example.yml
heroku_san-2.1.0 lib/templates/heroku.example.yml
heroku_san-2.0.0 lib/templates/heroku.example.yml
heroku_san-2.0.rc.1 lib/templates/heroku.example.yml