fga-eps-mds/2020.2-Hortum

View on GitHub
heroku.yml

Summary

Maintainability
Test Coverage
setup:
  addons:
    - plan: heroku-postgresql
      as: DATABASE
build:
  docker:
    web: Dockerfile
release:
  image: web
  command:
    - ./scripts/release.sh
run:
  web: gunicorn hortum.wsgi