Skip to content

Commit a28fb18

Browse files
authored
Update gcloud-deployment.md
1 parent de78cee commit a28fb18

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: docs/content/deployment/gcloud-deployment.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ The following are the instructions to deploy the angular-fullstack app to Google
55
## 1. Google Cloud SDK
66
Download and install [Google Cloud SDK](https://cloud.google.com/sdk/)
77
## 2. Create GCP Project
8-
`gcloud projects create PROJECT_ID`
8+
```bash
9+
gcloud projects create PROJECT_ID
10+
```
911
## 3. Enable Billing
10-
`gcloud alpha billing projects link my-project \
11-
--billing-account 0X0X0X-0X0X0X-0X0X0X`
12-
13-
## Create a MongoDB database
12+
```bash
13+
gcloud alpha billing projects link my-project \
14+
--billing-account 0X0X0X-0X0X0X-0X0X0X
15+
```
16+
## 4. Create a MongoDB database
1417
Create a MongoDB instance and obtain the uri and credentials
1518

1619
# Deployment Setup

0 commit comments

Comments
 (0)