adrienpoly / rubyvideo

Indexing all Ruby related videos
https://rubyvideo.dev
259 stars 51 forks source link

Migration are not run in Kamal deploy #390

Closed adrienpoly closed 2 weeks ago

adrienpoly commented 2 weeks ago

Since migrating to Kamal 2 I notice that migration are not automatically applied during the deploy process.

The entry points includes a rails db:prepare that takes care of that but for what ever reasons it doesn't work and I need to manually run the migration using kamal app exec 'bundle exec rails db:migrate'