Commit 22155739 authored by droger's avatar droger Committed by Commit bot

tools/android/loading Add instructions to deploy to staging frontend.

Review-Url: https://codereview.chromium.org/2041323002
Cr-Commit-Position: refs/heads/master@{#398285}
parent 2dfa7645
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment