Skip to content

akmamun/gcp-app-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Python Application

Now Initialize GCP

Initialize your gcp app

gcloud init

Finally Deploy to GCP

gcloud app deploy

Note: Each service must have an app.yaml file in its root directory learn more