fix example

This commit is contained in:
Asim Aslam
2021-12-15 11:27:36 +00:00
parent ea691f1cf9
commit 41956ff724
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
"repo": "github.com/asim/helloworld", "repo": "github.com/asim/helloworld",
"branch": "master", "branch": "master",
"port": 8080, "port": 8080,
"region": "eu-west-1" "region": "europe-west1"
}, },
"response": { "response": {
"service": { "service": {

View File

@@ -59,7 +59,7 @@ message ListResponse {
repeated Service services = 1; repeated Service services = 1;
} }
// Run an app // Run an app from a source repo. Specify region etc.
message RunRequest { message RunRequest {
// name of the app // name of the app
string name = 1; string name = 1;
@@ -80,7 +80,7 @@ message RunResponse {
Service service = 1; Service service = 1;
} }
// Update the app // Update the app. The latest source code will be downloaded, built and deployed.
message UpdateRequest { message UpdateRequest {
// name of the app // name of the app
string name = 1; string name = 1;