Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akmamun/gcp-app-yaml

Google Cloud Platform Configure App yaml
https://github.com/akmamun/gcp-app-yaml

appengine deployment gcloud gcp google-cloud-platform node-deploy python-development yaml yaml-configuration

Last synced: 18 days ago
JSON representation

Google Cloud Platform Configure App yaml

Awesome Lists containing this project

README

        

## Google Cloud Platform configure your App Engine app's settings in the app.yaml file
### Create a app.yaml file to root directory
### Node Js Application
- [Node](node/app.yaml)

### Python Application
- [Python](python/app.yaml)

### Now Initialize GCP
Initialize your gcp app
```sh
gcloud init
```
### Finally Deploy to GCP
```sh
gcloud app deploy
```

#### Note: Each service must have an app.yaml file in its root directory [learn more](https://cloud.google.com/appengine/docs/standard/python/configuration-files)