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 Python Application Python 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