Sorry, real newbie question on all this... A few months ago I deployed a nodejs/ expressJS app to Heroku using continuous deployment - based on changes to my Github repo the app would upadte. It was all setup in just a few steps - so easy.https://devcenter.heroku.com/articles/github-integration#automatic-deploys
I have tried to set up something similar with Google Cloud App Engine. I've tried for hours to find out how to link a Git Repository into my App Engine, and have not been able to figure it out.
Manual deployments to App Engine using 'gcloud app deploy' seem to copy my entire project every time, takes ages. I need a git-based solution.
How do you do this? I have no idea how you would set up the a Source Repository, or a remote repository, as the 'files' of an App Engine app.
I've spent hours Googling and trying things to no avail.
https://cloud.google.com/source-repositories/docs/adding-repositories-as-remotes
https://cloud.google.com/appengine/docs/flexible/nodejs/quickstart
https://cloud.google.com/solutions/continuous-delivery-bitbucket-app-engine
https://cloud.google.com/shell/docs/quickstart
If anyone can point me in the direction of an easy step-by-step, I'd be most obliged.