Migration from dev to production

I am using strapi as a backend, with customized backend endpoints.

Is there a convenient way to carry over changes made in dev environment (especially model changes made through the admin portal) to the production environment? I found some documentation for migration scripts using knex (Database migrations | Strapi Documentation), but no detailed instructions on how to carry over model changes.

If I could see an example project or detailed instructions, that would be great!