Please forgive any naivety I may have here. I have 2 highly related questions:
1) As in my title, how do I deploy an app written for Google Cloud (complete with app.yaml) from Google Source Repository to Google App Engine (or failing that, from GitHub)
2) If I am finding it so hard to find an answer to this already when it feels like it should be an obvious solution, am I just looking at this completely the wrong way?
I found the following answer:
How can I deploy direct from Google Cloud Source Repository to Google App Engine?
Which doesn't seem to answer the question either, and it seems there was a 'push to deploy' feature in GitHub pushing straight to Google App Engine, that has mysteriously disappeared from the body of this blog post:
https://cloudplatform.googleblog.com/2014/04/using-github-for-push-to-deploy.html
I'm really confused because it seems to me that it should be an obvious workflow to have an updated repo in GitHub, that you immediately want available in google's cloud (via Google App Engine) - am I crazy for wanting this? Should I be doing it some other way? Why would I want to download the repo to my local machine and then clone it to Google App Engine and deploy.. isn't that just unnecessary workflow?
Sorry I'm confused and will appreciate any guidance. Thanks.