WEBVTT

00:01.230 --> 00:02.250
-: After a couple of minutes,

00:02.250 --> 00:04.830
it looks like both those tests have successfully ran.

00:04.830 --> 00:07.230
So now I'm going to merge the pull request.

00:07.230 --> 00:09.450
After I merge the pull request, I'll then wait,

00:09.450 --> 00:11.940
and eventually all my changes will be automatically deployed

00:11.940 --> 00:13.350
to our Kubernetes cluster.

00:13.350 --> 00:16.350
The old set of pods will be taken down by our deployment,

00:16.350 --> 00:19.890
and the new version of our image will be deployed.

00:19.890 --> 00:21.630
So all we have to do to make that happen

00:21.630 --> 00:25.440
is click on the merge pull request button right here.

00:25.440 --> 00:27.630
So I'm gonna pull on that, click on that right now,

00:27.630 --> 00:29.223
and then confirm the merge.

00:30.300 --> 00:31.440
That's merged this.

00:31.440 --> 00:33.090
If I want to I can delete the branch

00:33.090 --> 00:35.130
or just leave it around, doesn't really matter.

00:35.130 --> 00:38.130
Again, that's kind of a personal preference thing.

00:38.130 --> 00:39.840
So now after a minute or two

00:39.840 --> 00:42.420
we're going to eventually see Travis CI light up again

00:42.420 --> 00:45.810
and it's going to attempt to run our tests for a third time

00:45.810 --> 00:48.390
with the newly changed master branch.

00:48.390 --> 00:50.229
So I'm gonna sit around

00:50.229 --> 00:51.630
and just wait for that to happen over a couple of minutes.

00:51.630 --> 00:52.650
After those things run,

00:52.650 --> 00:55.470
we should then be able to flip over to our React application

00:55.470 --> 00:57.840
and see the new version over here.

00:57.840 --> 00:58.830
So let's take a quick pause

00:58.830 --> 01:00.830
and I'll see you in a couple of minutes.
