Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

WIP: fix heroku deployment #339

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

WIP: fix heroku deployment #339

wants to merge 4 commits into from

Commits on Jun 7, 2019

  1. remove useless Procfile for heroku

    recent heroku deployments do not need Procfile anymore, they use `npm start`
    plus this Procfile is bugguy
    lexoyo committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    7e88024 View commit details
    Browse the repository at this point in the history
  2. fix npm start for production

    lexoyo committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    82dd4d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92579b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. fixes specific to heroku

    lexoyo committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    7a30e14 View commit details
    Browse the repository at this point in the history