Yeap that sounds good for existing content types. The problem is with new content types where strapi creates files in the project. Then you have to:
- push your changes to git from your dev environment
- pull them in your prod env
- restart the server
- copy your data over from dev to prod via the POST method
I still haven’t found anything better than that. I am open to discussion!