Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akmamun/gcp-app-yaml
- Owner: akmamun
- Created: 2019-02-07T18:25:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T08:38:48.000Z (almost 6 years ago)
- Last Synced: 2024-12-06T09:26:10.120Z (3 months ago)
- Topics: appengine, deployment, gcloud, gcp, google-cloud-platform, node-deploy, python-development, yaml, yaml-configuration
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)