mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
Set Heroku stack to heroku-16
in app.json
The graphviz buildpack does not support the new default `heroku-18` stack yet. Until it does we have to fall back to the older stack. #2377
This commit is contained in:
parent
e81ae4a65c
commit
6773dcf31e
1 changed files with 2 additions and 1 deletions
3
app.json
3
app.json
|
@ -21,5 +21,6 @@
|
|||
"postdeploy": "bundle exec rake db:migrate"
|
||||
},
|
||||
"addons": ["heroku-postgresql"],
|
||||
"success_url": "/users/sign_up"
|
||||
"success_url": "/users/sign_up",
|
||||
"stack": "heroku-16"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue