From f0676f94533d87f4601cda87a43f191d3c37c356 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 6 Apr 2017 11:06:04 +0200 Subject: Clone bootstrap --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { -- cgit