mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
fix example
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user