Skip to content

Commit 662e78f

Browse files
bocharsky-bwjaviereguiluz
authored andcommitted
Fix Deploying to the Heroku
1 parent 61413a1 commit 662e78f

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)