I have a Java project that I would like to deploy on Google App Engine. This is not my first time with Google App Engine so I know what dependencies/modifications I have to add to the pom.xml to make it work.
I have pushed the code to the Git hosting offered by Google Cloud(under the same project as the App Engine instance).
What I would like to do is go to google.cloud.com, sign in, enter console, enter shell and then write something to get the code, build it(mvn package locally), deploy it(google appengine:deploy locally) and be done with it.
Is there any way to do this? I have seen people refer to this method in forums but I haven't seen a proper example of how it could be done. Help would be greatly appreciated.