Skip to content

Commit

Permalink
Update gcloud-deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohita77 authored Jul 7, 2018
1 parent a28fb18 commit 3319ed6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/content/deployment/gcloud-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ The following are the instructions to deploy the angular-fullstack app to Google
```

## 2. Create Application configuration file (app.yaml)
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.
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.

2.1 create a 'app.yaml' file with the following contents
### 2.1 create a 'app.yaml' file with the following contents

```javascript

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

```

2.2 Add app.yaml to .gitignore
### 2.2 Add app.yaml to .gitignore

# Deployment Steps
## 1. Build the app
Expand Down

0 comments on commit 3319ed6

Please sign in to comment.