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
Comment #2
vbouchetI 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)?
Comment #3
avpaderno