Skip to content

Commit 479da0a

Browse files
committed
gcloud CLI typo
1 parent 422e851 commit 479da0a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/tutorials/deploy-to-gcp.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@ sidebar_position: 11
99
This tutorial will show you how to deploy your services to your own GCP project using Defang.
1010

1111
## Pre-requisites
12-
* [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/)
13-
* [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/)
14-
* [A Defang Account](/docs/concepts/authentication)
15-
* [The Defang CLI](/docs/getting-started#install-the-defang-cli)
16-
* [gcloud CL](https://cloud.google.com/sdk/docs/install)
17-
* [GCP Account Credentials](https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment)
12+
13+
- [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/)
14+
- [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/)
15+
- [A Defang Account](/docs/concepts/authentication)
16+
- [The Defang CLI](/docs/getting-started#install-the-defang-cli)
17+
- [gcloud CLI](https://cloud.google.com/sdk/docs/install)
18+
- [GCP Account Credentials](https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment)
1819

1920
## Step 1 - Navigate to your project directory
21+
2022
Head to the folder where your project is located.
23+
2124
```bash
2225
$ cd path/to/your/project
2326
```
@@ -40,6 +43,6 @@ $ defang compose up --provider=gcp
4043

4144
Defang will provision resources in your GCP account and deploy your services. You can inspect the resources created in your [GCP Dashboard](https://console.cloud.google.com/).
4245

43-
***
46+
---
4447

4548
For a deeper discussion of the Defang GCP Architecture, see our [GCP docs](/docs/providers/gcp).

0 commit comments

Comments
 (0)