You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter_25_CI.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1396,7 +1396,7 @@ of trying to speed up the feedback cycle.
1396
1396
1397
1397
The natural next step is to finish our journey into automation,
1398
1398
and set up a pipeline that will deploy our code all the way to production,
1399
-
each time we push code...as long as the tests pass!((("continuous delivery (CD)")))((("automated deployment (or continuous delivery)")))((("deployment", "continuous delivery")))
1399
+
each time we push code...as long as the tests pass!((("continuous delivery (CD)")))((("automated deployment")))((("deployment", "continuous delivery")))
1400
1400
1401
1401
I work through an example of how to do that in the https://www.obeythetestinggoat.com/book/appendix_CD.html[Online Appendix: Continuous Deployment (CD)]. If you're feeling inspired, I'd encourage you to take a look.
0 commit comments