Rockstar5645
Rockstar5645

Reputation: 4518

Argument [app.yaml] is not a valid deployable file google cloud error

I'm going through the hello world tutorial on how to deploy a nodejs app to google cloud. I downloaded the google cloud sdk. I finished all the steps until "Deploy the app to Google Cloud Platform". When I get there, I enter the command they tell you to enter. It asks if you want to deploy the module and I said yes. Everything is fine until the end where it says

enter image description here

Is this because my zone is set to us-central-f? I am in India.

Upvotes: 0

Views: 115

Answers (1)

dlorenc
dlorenc

Reputation: 531

It looks like your project was created in Europe. Unfortunately Managed VMs don't yet support European projects.

Upvotes: 3

Related Questions