Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/android/loading/cloud/frontend/README.md

Issue 2041323002: tools/android/loading Add instructions to deploy to staging frontend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/cloud/frontend/README.md
diff --git a/tools/android/loading/cloud/frontend/README.md b/tools/android/loading/cloud/frontend/README.md
index 775e500cdf6b5b8d1744deac3b3faf0d397f358e..ec9b8d9953f0f6b55156a8d3a717f85cb1d66b91 100644
--- a/tools/android/loading/cloud/frontend/README.md
+++ b/tools/android/loading/cloud/frontend/README.md
@@ -124,6 +124,16 @@ pip install -r requirements.txt -t lib
gcloud preview app deploy app.yaml
```
+To deploy to a staging/test version of the server, you can do:
+
+```shell
+gcloud preview app deploy --no-promote --version $MY_VERSION
+```
+
+where `MY_VERSION` can be something like `staging` or something more unique to
+ensure there is no name collision. You can then access the application live on
+the web by prefixing the URL of the service with `$MY_VERSION-dot-`.
+
### Updating the Database Schema
When a change is made to the dictionary returned by report.py, the BigQuery
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698