fga-eps-mds/2018.2-IndicaAi

View on GitHub
heroku.yml

Summary

Maintainability
Test Coverage
setup:
  addons:
    - plan: heroku-postgresql
      as: DATABASE
  config:
    S3_BUCKET: my-example-bucket
build:
  docker:
    web: Dockerfile
  config:
    RAILS_ENV: production
release:
  command:
    - rake db:migrate
  image: web
run:
  web: puma