You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ Important:
217
217
### Deployment unit and naming
218
218
219
219
-`QuantPlatformKit` is only a shared dependency; Cloud Run now deploys `InteractiveBrokersPlatform`.
220
-
- Recommended Cloud Run service name: `interactive-brokers-quant-global-etf-rotation`.
220
+
- Recommended Cloud Run service name: `interactive-brokers-quant-global-etf-rotation-service`.
221
221
- For future multi-account rollout, keep one Cloud Run service per `ACCOUNT_GROUP`, and let each service select its account-group config at runtime.
222
222
- If you later rename or move this repository, reselect the GitHub source in Cloud Build / Cloud Run trigger instead of assuming the existing source binding will update itself.
223
223
- For the shared deployment model and trigger migration checklist, see [`QuantPlatformKit/docs/deployment_model.md`](../QuantPlatformKit/docs/deployment_model.md).
@@ -234,7 +234,7 @@ Important:
234
234
Example deploy/update command:
235
235
236
236
```bash
237
-
gcloud run deploy interactive-brokers-quant-global-etf-rotation \
237
+
gcloud run deploy interactive-brokers-quant-global-etf-rotation-service \
0 commit comments