diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-18 07:03:29 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-18 07:03:29 +0100 |
commit | 7effc55316aec9d30c0a295ab5a4b9cb9191e14d (patch) | |
tree | 529ad19bb59817546cd8a4774792fbd1e27f1236 | |
parent | Update the web process for Heroku. (diff) | |
download | newspipe-7effc55316aec9d30c0a295ab5a4b9cb9191e14d.tar.gz newspipe-7effc55316aec9d30c0a295ab5a4b9cb9191e14d.tar.bz2 newspipe-7effc55316aec9d30c0a295ab5a4b9cb9191e14d.zip |
Updated link of post-deploy script for Heroku.
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ "repository": "https://github.com/JARR-aggregator/JARR.git", "logo": "https://raw.githubusercontent.com/JARR-aggregator/JARR/master/web/static/img/logo.png", "scripts": { - "postdeploy": "python manager.py db_create" + "postdeploy": "python src/manager.py db_create" }, "env": { "HEROKU": "1", |