aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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