Y
Hacker News
new
|
ask
|
show
|
jobs
by
scottharveyco
4771 days 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?
1 comments
rdegges
4771 days 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).
link