aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 11:06:04 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 11:06:04 +0200
commitf0676f94533d87f4601cda87a43f191d3c37c356 (patch)
tree5881bef187f29c3321ad530cab62dbc0c03ef901
parentwip (diff)
downloadnewspipe-f0676f94533d87f4601cda87a43f191d3c37c356.tar.gz
newspipe-f0676f94533d87f4601cda87a43f191d3c37c356.tar.bz2
newspipe-f0676f94533d87f4601cda87a43f191d3c37c356.zip
Clone bootstrap
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 0648fe63..0b3922dc 100644
--- a/app.json
+++ b/app.json
@@ -6,7 +6,7 @@
"repository": "https://github.com/newspipe/newspipe",
"logo": "https://raw.githubusercontent.com/newspipe/newspipe/master/src/web/static/img/newspipe.png",
"scripts": {
- "postdeploy": "python src/manager.py db_create"
+ "postdeploy": "python src/manager.py db_create, git submodule ini; git submodule update"
},
"env": {
"PLATFORM_URL": {
bgstack15