cancel
Showing results for 
Search instead for 
Did you mean: 

How to sync/merge static pages and blocks from integration to staging in Magento2 cloud?

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to sync/merge static pages and blocks from integration to staging in Magento2 cloud?

How to promote cms pages and blocks from Dev to Integration to Staging in Magento 2 commerce cloud?
2 REPLIES 2

Re: How to sync/merge static pages and blocks from integration to staging in Magento2 cloud?

@MuthukumarOnly way you have is to create your own module to insert those data in upper environment. On local when you are done creating your page/block etc then put it in a custom module like installation or data script. 

 

This way you can maintain the content on all the environment. Even your team member will get those updates with the git clone/pull etc.

 

Other way is to manual copy/paste/create in all the environment.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: How to sync/merge static pages and blocks from integration to staging in Magento2 cloud?

Hi @Muthukumar,

 

I didn't tried with Cloud but for On Premise installations this module was a good fit: https://github.com/magento-hackathon/m2-content-provisioning