Skip to content

Commit

Permalink
merged updated app.json and travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Jan 23, 2017
1 parent da34354 commit d55db07
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -20,11 +20,3 @@ notifications:
- "%{repository} %{branch} - %{message} %{build_url}"
on_success: change
on_failure: always
deploy:
provider: heroku
app: odmat-staging
run:
- "rake db:migrate"
- restart
api_key:
secure: a2Tuz4rT6F7F7ThoYx8u62yRd/mSmfI4JL1kH0Zk4FBNHo5tgUAscSSxQOUxk1irBMdG5zqF28m4SUGLtep3i/0h9JE3ygKnhq6aPGsh5a/OSZWAi7lbpIJgB77m6vx4jiVTX0SqMHLUs3IT4DUkFYwIAwKCPoRXTHEHtdIs7qw=
56 changes: 56 additions & 0 deletions app.json
@@ -0,0 +1,56 @@
{
"name": "pathway",
"description": "",
"scripts": {
},
"env": {
"ADMIN_EMAIL": {
"required": true
},
"ADMIN_PASSWORD": {
"required": true
},
"GOOGLE_ANALYTICS_TRACKER": {
"required": true
},
"HEATMAP_THRESHOLD": {
"required": true
},
"HEROKU_POSTGRESQL_BLACK_URL": {
"required": true
},
"HEROKU_POSTGRESQL_ROSE_URL": {
"required": true
},
"LANG": {
"required": true
},
"MANDRILL_APIKEY": {
"required": true
},
"MANDRILL_USERNAME": {
"required": true
},
"RACK_ENV": {
"required": true
},
"RAILS_ENV": {
"required": true
},
"RAILS_SERVE_STATIC_FILES": {
"required": true
},
"SECRET_KEY_BASE": {
"required": true
}
},
"formation": {
},
"addons": [
"scheduler",
"heroku-postgresql"
],
"buildpacks": [

]
}

0 comments on commit d55db07

Please sign in to comment.