diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 11:06:04 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 11:06:04 +0200 |
commit | f0676f94533d87f4601cda87a43f191d3c37c356 (patch) | |
tree | 5881bef187f29c3321ad530cab62dbc0c03ef901 | |
parent | wip (diff) | |
download | newspipe-f0676f94533d87f4601cda87a43f191d3c37c356.tar.gz newspipe-f0676f94533d87f4601cda87a43f191d3c37c356.tar.bz2 newspipe-f0676f94533d87f4601cda87a43f191d3c37c356.zip |
Clone bootstrap
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": { |