I have created a Angular4 or simply "Angular" application using Angular-CLI. Now i could run it locally using "ng serve" and it works fine. Now i want to deploy it to Google App Engine, ng build --prod builds all files to dist folder.
Now how should i deploy them to google app engine?
EDIT:
I forgot to mention this, i want to deploy using maven. is there any dependency i can add to pom.xml. so that i can do everything from mvn?