aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-04 22:44:15 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-04 22:44:15 +0100
commita90b003026593da87c20b02216ae4e0991f95268 (patch)
tree671326d263d7da1d3dc573d39d169bd62a22d728
parentRemoved fetch.py since the crawler is now launched by the manager. (diff)
downloadnewspipe-a90b003026593da87c20b02216ae4e0991f95268.tar.gz
newspipe-a90b003026593da87c20b02216ae4e0991f95268.tar.bz2
newspipe-a90b003026593da87c20b02216ae4e0991f95268.zip
Updated post deploy script for Heroku.
-rw-r--r--app.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json
index 5241c563..05975d06 100644
--- a/app.json
+++ b/app.json
@@ -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
+}
bgstack15