top | item 5755108

(no title)

scottharveyco | 12 years ago

So if I'm working on a feature branch I'm assuming that the build and deploy would only happen after I merge into master and push.

Is that how continuous deployment is usually set up?

discuss

order

rdegges|12 years ago

Depends on what you need. I tend to have CD setup for both my develop and master branches, and everything else gets worked on / tested locally only (until those changes are merged).