Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/08-deployments/03-deploying-to-gcr-console.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Google Cloud Run with CGP Console
# Google Cloud Run with GCP Console

If your server does not maintain a state and you aren't using future calls, running your Serverpod on Google Cloud Run can be a great option. Cloud Run is the easiest way to deploy your server but may be less flexible as your application grows. Check the [Choosing deployment strategy](deployment-strategy) page for more information on choosing the best solution for your needs.

Expand Down
2 changes: 1 addition & 1 deletion docs/08-deployments/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Deploying Serverpod",
"label": "Deploy your app",
"className": "sidebar-icon-deploying"
}
Loading