How to deploy changes in multiple environments of strapi using pipeline?

System Information
  • Strapi Version: 4.0.7
  • Operating System:
  • Database: postgres
  • Node Version:
  • NPM Version:
  • Yarn Version:

Is there a way to automate changes on strapi through pipeline for content? My issue is that I have multiple environments i.e. dev, qa and staging. I am using pipeline for deployment of schema related changes on dev environment but I am unable to figure out how I can push content changes via pipeline. Also I have to replicate dev environment on qa and on staging later. The schema changes are pushed and deployed via pipeline but content has to be manually added on each environment. This is great trouble for me as it can cause errors and data inconsistency. Is there a better way to automate this process in Strapi?


I am encountered the exact same problem. Did you figure it out? If you did, would you be kind enough to share your solution?

Thank you.