For my google cloud project I want to update ONLY my app.yaml file, I do not want to deploy all of the files in my project. Can I just run gcloud app deploy app.yaml
? I'm worried it will deploy all of my files and I'm not in a good position to do that at the moment. I can't find documentation that assures me this is what I want.
UPDATE: What I actually want is to be able to update my instance_class & automatic_scaling params without deploying my project.