Commit Graph

7 Commits

Author SHA1 Message Date
Rebecca Law
d69de324ea Change how the bash script is started.
By adding `exec` to the entrypoint bash script for the application, we can trap an EXIT from the script and execute our custom `on_exit` method with checks if the application process is busy before terminating, waiting up to 10 seconds.

Written by:
@servingupaces
@tlwr
2019-10-31 16:38:17 +00:00
Leo Hemsted
9547fedcc3 move manifest to single jinja template
uses the same pattern as other apps. Infers route based on app name,
you can declare more in the dict at the top if you need to.
2019-04-16 14:46:00 +01:00
Rebecca Law
87704c3166 Remove Procfile, we don't deploy to heroku 2016-04-21 10:07:58 +01:00
Chris Hill-Scott
fd4c4107ac Remove Flask Assets
This commit’s parent introduces a Node-based way of managing front end assets.

Nothing else is needed in the app, specifically not Flask Assets. Flask itself
automatically routes requests for `domain.tld/static/*` to the files in
`app/static`.

This also removes all the Ruby stuff.
2016-01-05 13:12:35 +00:00
Rebecca Law
e14780f7b5 Fix Procfile 2015-11-23 16:26:37 +00:00
Rebecca Law
043f930e57 Add runserver to Procfile 2015-11-20 16:24:10 +00:00
Rebecca Law
96dd866e6f Add Procfile for heroku 2015-11-20 15:36:47 +00:00