cancel
Showing results for 
Search instead for 
Did you mean: 

depolying zip package to magento cloud

depolying zip package to magento cloud

Hi,

 

I have developed a custom module and packaged it as a zip package. (root composer.json with extra repositories declaration, including a dist referencing a file system or url)

 

Is it possible to deploy this to the cloud, or do I need to re-package with git (vcs) or other package type?

 

Thanks

Martin

1 REPLY 1

Re: depolying zip package to magento cloud

Hi! @martin_alley 
You can achieve this by following multiple ways.

 1. Add your code in the local branch of Magento cloud. Then upload local branch to you beta and then master branch.

2. add your extension in the git repo. then connect to Magento cloud by the server. then add your extension by cloning git.

 

3. add your extension in the git repo. then connect to Magento cloud by the server. then install with the composer.