Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ef6501

Browse files
authored
Merge pull request GoogleCloudPlatform#270 from tmatsuo/use-gcloud-app
Use `gcloud app` instead of `gcloud preview app`
2 parents caac0c3 + ceec93a commit 7ef6501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This folder also has a demo for using ndb from outside of App Engine. You can us
2626
1. Copy ndb (the entire folder) into the demo subdirectory.
2727
2. Deploy the demo application using the command:
2828

29-
gcloud preview app deploy demo/app.yaml
29+
gcloud app deploy demo/app.yaml
3030

3131
This will deploy the app to your default project, which you can configure using gcloud:
3232

0 commit comments

Comments
 (0)