We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0431be7 + 578ed2e commit 28e7d84Copy full SHA for 28e7d84
managed_vms/helloworld/README.md
@@ -1,11 +1,8 @@
1
# Appengine Helloworld sample for Google App Engine
2
This sample demonstrates how to deploy an application on Google App Engine
3
-## Setup
4
-1. Update the <application> tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name
5
-1. Update the <version> tag in src/main/webapp/WEB-INF/appengine-web.xml with your version name
6
7
## Running locally
8
- $ mvn appengine:devserver
+ $ mvn gcloud:run
9
10
## Deploying
11
- $ mvn appengine:update
+ $ mvn gcloud:deploy
0 commit comments