WEBVTT

00:00.570 --> 00:02.670
Narrator: We've now got our GitHub repository created

00:02.670 --> 00:04.710
and we've linked it to Travis CI.

00:04.710 --> 00:05.610
We're now gonna start to work

00:05.610 --> 00:09.840
on our Google Cloud project using the Google Cloud console.

00:09.840 --> 00:11.520
Don't forget that we do have to eventually go back

00:11.520 --> 00:13.290
and create a travis.emo file

00:13.290 --> 00:15.840
telling Travis how to eventually process our code

00:15.840 --> 00:18.720
and build our images and deploy our application.

00:18.720 --> 00:21.060
But in order to do that, we actually need a little bit

00:21.060 --> 00:22.590
of information that has to come

00:22.590 --> 00:24.690
out of our Google Cloud project.

00:24.690 --> 00:26.730
So unfortunately, we gotta create the project first

00:26.730 --> 00:28.980
and then go back over to Travis.

00:28.980 --> 00:31.650
So to create a new Google Cloud project,

00:31.650 --> 00:33.660
we're going to navigate to the Google Cloud console

00:33.660 --> 00:37.050
at console.cloud.google.com.

00:37.050 --> 00:39.240
I'm gonna open up a new browser tab right now

00:39.240 --> 00:40.890
and I'll navigate there.

00:40.890 --> 00:44.523
So console.cloud.google.com.

00:45.450 --> 00:47.880
Once you come here, you're probably gonna see some project

00:47.880 --> 00:50.250
immediately on the page if you've ever signed up

00:50.250 --> 00:52.230
to Google Cloud before or you might see

00:52.230 --> 00:54.300
a listing of projects like so.

00:54.300 --> 00:57.120
If you've never created a Google project before

00:57.120 --> 00:58.530
or a Google Cloud project,

00:58.530 --> 01:00.990
then you'll probably see some type of like startup screen

01:00.990 --> 01:03.000
or a startup wizard of sorts.

01:03.000 --> 01:04.920
No matter where you end up at,

01:04.920 --> 01:07.050
we want to create a new project.

01:07.050 --> 01:08.820
You could find the new project selector

01:08.820 --> 01:10.890
by opening up this project menu,

01:10.890 --> 01:13.710
using this little dropdown on the top left hand side

01:13.710 --> 01:15.750
and you can click on the new project button

01:15.750 --> 01:16.833
on the top right.

01:18.660 --> 01:21.120
Once here, we are prompted for a project name.

01:21.120 --> 01:22.380
And so I'm gonna use a name of something

01:22.380 --> 01:25.203
like Multi K8's, like so.

01:26.340 --> 01:27.610
I'll then click on create

01:29.520 --> 01:31.080
and then you'll be dumped back over

01:31.080 --> 01:33.150
to whatever page you were just looking at.

01:33.150 --> 01:35.700
So if you are looking at a dashboard right now,

01:35.700 --> 01:38.700
notice that it's probably not the project you just created.

01:38.700 --> 01:40.410
It actually takes a little bit of time

01:40.410 --> 01:41.820
for your project to be created

01:41.820 --> 01:43.230
and you can watch the status of it

01:43.230 --> 01:45.720
using the spinner on the top right hand side.

01:45.720 --> 01:47.280
So I'm just gonna pause the video right here

01:47.280 --> 01:49.470
and I'm gonna wait for the project to be created.

01:49.470 --> 01:51.240
Now it looks like the project was just finished

01:51.240 --> 01:54.060
but nonetheless, I am going to pause the video anyways

01:54.060 --> 01:55.980
just in case yours is taking a little bit longer

01:55.980 --> 01:58.173
and I'll see you in the next section, so.
