dawarich/app.json

14 lines
309 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" }
],
"scripts": {
"dokku": {
"predeploy": "bundle exec rails db:migrate"
2023-02-03 09:42:56 -05:00
}
}
}