diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 22:44:15 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 22:44:15 +0100 |
commit | a90b003026593da87c20b02216ae4e0991f95268 (patch) | |
tree | 671326d263d7da1d3dc573d39d169bd62a22d728 | |
parent | Removed fetch.py since the crawler is now launched by the manager. (diff) | |
download | newspipe-a90b003026593da87c20b02216ae4e0991f95268.tar.gz newspipe-a90b003026593da87c20b02216ae4e0991f95268.tar.bz2 newspipe-a90b003026593da87c20b02216ae4e0991f95268.zip |
Updated post deploy script for Heroku.
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ "repository": "https://github.com/cedricbonhomme/pyAggr3g470r", "logo": "https://raw.githubusercontent.com/cedricbonhomme/pyAggr3g470r/master/pyaggr3g470r/static/img/logo.png", "scripts": { - "postdeploy": "python db_create.py" + "postdeploy": "python manager.py db_create" }, "env": { "HEROKU": "1", @@ -23,4 +23,4 @@ "addons": [ "heroku-postgresql:hobby-dev" ] -}
\ No newline at end of file +} |