Skip to content

Commit dcd97f0

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/deployment/gcloud-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ The following are the instructions to deploy the angular-fullstack app to Google
2828

2929
create a 'app.yaml' file with the following contents
3030

31-
```json
32-
31+
```javascript
32+
3333
env: standard
3434

3535
runtime: nodejs8
3636

3737
env_variables:
3838
MONGODB_URI: "mongodb://<dbuser :<dbpassword @<environment_URI/deployment_name"
3939

40-
```
40+
```
4141

4242
## Add app.yaml to .gitignore
4343

0 commit comments

Comments
 (0)