Skip to content

Commit fe3cdb1

Browse files
authored
Update gcloud-deployment.md
1 parent dcd97f0 commit fe3cdb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following are the instructions to deploy the angular-fullstack app to Google
2626
## 2. Create Application configuration file (app.yaml)
2727
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.
2828

29-
create a 'app.yaml' file with the following contents
29+
2.1 create a 'app.yaml' file with the following contents
3030

3131
```javascript
3232

@@ -39,7 +39,7 @@ The following are the instructions to deploy the angular-fullstack app to Google
3939

4040
```
4141

42-
## Add app.yaml to .gitignore
42+
2.2 Add app.yaml to .gitignore
4343

4444
# Deployment Steps
4545
## 1. Build the app

0 commit comments

Comments
 (0)