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'
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'