diff options
Diffstat (limited to 'app.json')
-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": { |