I am using deploy module for pushing the contents from staging server to live server, I have noticed that deploy module is not proving any API for pushing the blocks to love server, I have even tried out with bean module and it didn't workout is there a way that any components are available to move the blocks from staging to live sever.

Comments

ganesh_87 created an issue. See original summary.

vbouchet’s picture

I think this is because Services does not allow blocks or bean blocks to be pushed. I am a little bit surprised because Bean has a bean.services.inc file.

Have you programmatically tried deploy_manager_add_to_plan($plan_name, 'bean', $bean)?

avpaderno’s picture

Version: 7.x-2.0-alpha3 » 7.x-2.x-dev
Category: Feature request » Bug report
Issue tags: -Deploy blocks support