Skip to content

Commit a5643ca

Browse files
committed
bug #377 Fix Deploying to the Heroku (bocharsky-bw)
This PR was squashed before being merged into the master branch (closes #377). Discussion ---------- Fix Deploying to the Heroku Fix #371 . Let's use SQLite DB with pre-populated data instead of bootstrapping a new PostgreSQL one: It works for me: https://symfony-demo.herokuapp.com Commits ------- 662e78f Fix Deploying to the Heroku
2 parents adfe45d + 662e78f commit a5643ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@
99
"repository": "https://github.com/symfony/symfony-demo",
1010
"logo": "https://symfony.com/images/v5/pictos/demoapp.svg?v=4",
1111
"success_url": "/",
12-
"scripts": {
13-
"postdeploy": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n"
14-
},
1512
"env": {
1613
"SYMFONY_ENV": "prod",
1714
"SYMFONY_SECRET": {
1815
"description": "Extra entropy for %kernel.secret%; used for CSRF tokens, cookies and signed URLs.",
1916
"generator": "secret"
2017
}
2118
},
22-
"addons": [
23-
"heroku-postgresql"
24-
],
2519
"image": "heroku/php"
2620
}

0 commit comments

Comments
 (0)