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
<p>The following picture represents a high level perspective on how continuous
5737
5736
integration and deployment can work. </p>
5738
5737
<p><imgsrc="theme/img/continuous-integration.png" width="100%" class="technical-diagram" alt="One potential way for continuous integration to work." /></p>
5739
-
<p>In the above diagram, when new code is commited to a source repository
5738
+
<p>In the above diagram, when new code is committed to a source repository
5740
5739
there is a hook that notifies the continuous integration server that new
5741
5740
code needs to be built (the continuous integration server could also
5742
5741
poll the source code repository if a notification is not possible).</p>
<p>The following picture represents a high level perspective on how continuous
48
48
integration and deployment can work. </p>
49
49
<p><imgsrc="theme/img/continuous-integration.png" width="100%" class="technical-diagram" alt="One potential way for continuous integration to work." /></p>
50
-
<p>In the above diagram, when new code is commited to a source repository
50
+
<p>In the above diagram, when new code is committed to a source repository
51
51
there is a hook that notifies the continuous integration server that new
52
52
code needs to be built (the continuous integration server could also
53
53
poll the source code repository if a notification is not possible).</p>
0 commit comments