diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 13:27:52 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 13:27:52 +0200 |
commit | 9c8a6d28ac5780ca0634e0757e97fba0c5b4817e (patch) | |
tree | 483ae87d84c2c0219149968c1a27034513169600 /app.json | |
parent | validate app.json (diff) | |
parent | fixed postdeploy script. (diff) | |
download | newspipe-9c8a6d28ac5780ca0634e0757e97fba0c5b4817e.tar.gz newspipe-9c8a6d28ac5780ca0634e0757e97fba0c5b4817e.tar.bz2 newspipe-9c8a6d28ac5780ca0634e0757e97fba0c5b4817e.zip |
merge and fixed conflict
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,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, git submodule init; git submodule update" + "postdeploy": "python src/manager.py db_create; cd submodules/bootstrap/; git clone https://github.com/twbs/bootstrap.git" }, "env": { "PLATFORM_URL": { @@ -65,4 +65,4 @@ "heroku-postgresql:hobby-dev", "scheduler:standard" ] -}
\ No newline at end of file +} |