cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Cloud

Magento Cloud

I'm having issues with relocating information from an arranging branch to incorporation branch. Essentially we haven't utilized mix branch in months, so we chose to drive push the git documents from stage to Integration so we can begin utilizing sub engineer branches. What I'm asking the network (just magento cloud clients) is what is your "neighborhood advancement" measure?

1.) Do you start on your nearby docker, at that point push it up to joining?

2.) Or do you code legitimately on a sub combination branch by means of SSH/SFTP (on phpstorm)

What is the purpose behind either 1 or 2? Professionals or Cons?

Model: Pro: utilizing neighborhood docker you can test simpler on your nearby. Con: Coding legitimately on coordination doesn't permit xdebug?

1.) Do you keep each sub reconciliation branch as your advancement workspace that is rarely eliminated and keep all your git branches pushed to your int branch?

2.) Or do you utilize each sub coordination branch as an "include" branch that might be the main code expected to test before pushing it up to arranging... and afterward eliminate the sub coordination branch and turn up another one from the parent reconciliation branch? Along these lines giving a clean magento store.

1 REPLY 1

Re: Magento Cloud

We should arrangement all the parts in this model there is no outer storehouse. Simply the one Magento gives. Make a component branch from reconciliation. jacklistens Watch that branch locally. Do changes and when prepared git push. In the event that that looks great, run order Magento-cloud environment:merge That will consolidate the code and auto send to mix. In the event that that goes all around run order to send to arranging. magento-cloud environment:merge reconciliation Then if that is acceptable consolidation arranging into creation. Magento-cloud environment:merge arranging Finally combine creation into ace Magento-cloud environment:merge creation