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