Skip to content

Commit 3319ed6

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ The following are the instructions to deploy the angular-fullstack app to Google
2727
```
2828

2929
## 2. Create Application configuration file (app.yaml)
30-
A Node.js app in App Engine is configured through a file named app.yaml, that contains runtime, handlers, scaling, and other general settings including environment variables.
30+
A Node.js app in App Engine is configured through a file named app.yaml, that contains runtime, handlers,
31+
scaling, and other general settings including environment variables.
3132

32-
2.1 create a 'app.yaml' file with the following contents
33+
### 2.1 create a 'app.yaml' file with the following contents
3334

3435
```javascript
3536

@@ -42,7 +43,7 @@ The following are the instructions to deploy the angular-fullstack app to Google
4243

4344
```
4445

45-
2.2 Add app.yaml to .gitignore
46+
### 2.2 Add app.yaml to .gitignore
4647

4748
# Deployment Steps
4849
## 1. Build the app

0 commit comments

Comments
 (0)