- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2020
07:00 PM
01-24-2020
07:00 PM
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?
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2020
10:56 AM
01-27-2020
10:56 AM
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'.
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2020
08:25 PM
01-27-2020
08:25 PM
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