dawarich/app.json

22 lines
413 B
JSON
Raw Normal View History

2023-02-03 09:42:56 -05:00
{
2025-05-02 14:20:34 -04:00
"name": "dawarich",
"description": "Dawarich",
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" },
{ "url": "https://github.com/heroku/heroku-buildpack-ruby.git" }
],
2023-02-03 09:42:56 -05:00
"formation": {
"web": {
"quantity": 1
},
"worker": {
2025-05-02 14:20:34 -04:00
"quantity": 1
}
},
"scripts": {
"dokku": {
"predeploy": "bundle exec rails db:migrate"
2023-02-03 09:42:56 -05:00
}
}
}