Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocarvalho committed Oct 28, 2016
1 parent 058db41 commit c325cc1
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,26 @@
{
"name": "playbook",
"description": "",
"scripts": {
},
"env": {
"HEROKU_APP_ID": {
"required": true
},
"HEROKU_APP_NAME": {
"required": true
},
"HEROKU_RELEASE_VERSION": {
"required": true
},
"HEROKU_SLUG_COMMIT": {
"required": true
},
"HEROKU_SLUG_DESCRIPTION": {
"required": true
},
"LANG": {
"required": true
},
"RACK_ENV": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [

],
"buildpacks": [

{
"url": "heroku/ruby"
}
]
}

0 comments on commit c325cc1

Please sign in to comment.