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: docs/content/Deployment/Cloud/Continuous-Deployment.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,16 +56,19 @@ Cube Cloud will automatically deploy from the specified production branch
56
56
57
57
<WarningBox>
58
58
59
-
Enabling this option will cause the Schema page to display the last known state of a Git-based codebase (if available), instead of reflecting the latest modifications made.
60
-
It is important to note that the logic will still be updated in both the API and the Playground.
59
+
Enabling this option will cause the <Btn>Data Model</Btn> page to display the
60
+
last known state of a Git-based codebase (if available), instead of reflecting
61
+
the latest modifications made. It is important to note that the logic will still
62
+
be updated in both the API and the Playground.
63
+
61
64
</WarningBox>
62
65
63
66
You can use the CLI to set up continuous deployment for a Git repository. You
64
67
can also use the CLI to manually deploy changes without continuous deployment.
65
68
66
69
### <--{"id":"Deploy with CLI"}-->ManualDeploys
67
70
68
-
You can deploy your Cube project manually. This method uploads data schema and
71
+
You can deploy your Cube project manually. This method uploads data models and
69
72
configuration files directly from your local project directory.
70
73
71
74
You can obtain Cube Cloud deploy token from your deployment **Settings** page.
Copy file name to clipboardExpand all lines: docs/content/Deployment/Production-Checklist.mdx
+26-18Lines changed: 26 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,37 +97,45 @@ deployment's health and be alerted to any issues.
97
97
98
98
## Appropriate cluster sizing
99
99
100
-
There's no one-size-fits-all when it comes to sizing Cube cluster, and its resources.
101
-
Resources required by Cube depend a lot on the amount of traffic Cube needs to serve and the amount of data it needs to process.
102
-
The following sizing estimates are based on default settings and are very generic, which may not fit your Cube use case, so you should always tweak resources based on consumption patterns you see.
100
+
There's no one-size-fits-all when it comes to sizing a Cube cluster and its
101
+
resources. Resources required by Cube significantly depend on the amount of
102
+
traffic Cube needs to serve and the amount of data it needs to process. The
103
+
following sizing estimates are based on default settings and are very generic,
104
+
which may not fit your Cube use case, so you should always tweak resources based
0 commit comments