Staging environment to preview changes to already published content

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:

  1. push your changes to git from your dev environment
  2. pull them in your prod env
  3. restart the server
  4. 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!