mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
Experimenting with heroku settings.
This commit is contained in:
4
app.json
4
app.json
@@ -43,11 +43,11 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"postdeploy": "export APP_KEY=$(php artisan --no-ansi key:generate --show) && php artisan migrate:refresh --seed"
|
||||
"postdeploy": "php artisan migrate:refresh --seed"
|
||||
},
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "https://github.com/lifekent/heroku-buildpack-laravel"
|
||||
"url": "heroku/php"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user