mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "dawarich",
|
|
"description": "Dawarich",
|
|
"buildpacks": [
|
|
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" },
|
|
{ "url": "https://github.com/heroku/heroku-buildpack-ruby.git" }
|
|
],
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1
|
|
},
|
|
"worker": {
|
|
"quantity": 1
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dokku": {
|
|
"predeploy": "bundle exec rails db:migrate"
|
|
}
|
|
}
|
|
}
|