Sha256: b06d15258421f0c1d832fb6ce215afb21331fdcbcd1d1019800f3d347450ab01
Contents?: true
Size: 784 Bytes
Versions: 42
Compression:
Stored size: 784 Bytes
Contents
{ "application": { "name": "your-app-name", "repository": "your-repo" }, "upload": [ ], "environments": { "defaults": { "user": "deploy", "branch": "master" }, "production": { "rails_env": "production", "database": { "user": "production-db-user", "host": "production-db-host" }, "servers": [ { "hostname": "some.fq.dn", "roles": ["web", "app", "db"], "primary": ["web", "app", "db"] } ] } }, "shared": { "gems": [ { "name": "bundler" }, { "name": "chef", "version": ">=0.9.12" } ], "run_list": ["gems"] }, "roles": { "web": {}, "app": {}, "db": {} } // "deploy_recipe": "yourcustomdeployrecipe", }
Version data entries
42 entries across 42 versions & 1 rubygems