We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dea46 commit 7cd0268Copy full SHA for 7cd0268
appengine/flexible/multiple_services/README.md
@@ -63,5 +63,5 @@ and enter `Y` when prompted. Or to skip the check add `-q`.
63
To deploy multiple services simultaneously just add the path to each `app.yaml`
64
file as an argument to `gcloud app deploy `:
65
```Bash
66
-$ gcloud app deploy gateway/app.yaml static/app.yaml
+$ gcloud app deploy gateway-service/app.yaml static-service/app.yaml
67
```
0 commit comments