From 71ea74fb8f331e6c24cc0a8cdcd28a8cc76d2a35 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:05:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20FastAPI=20Cloud=20deplo?= =?UTF-8?q?yment=20instructions=20(#15724)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- README.md | 6 +++--- docs/en/docs/deployment/fastapicloud.md | 24 +++--------------------- docs/en/docs/index.md | 6 +++--- docs/en/docs/tutorial/first-steps.md | 20 +++----------------- 4 files changed, 12 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 86e751090..7688e9989 100644 --- a/README.md +++ b/README.md @@ -450,9 +450,7 @@ For a more complete example including more features, see the @@ -468,6 +466,8 @@ Deploying to FastAPI Cloud... +The CLI will automatically detect your FastAPI application and deploy it to the cloud. If you are not logged in, your browser will open to complete the authentication process. + That's it! Now you can access your app at that URL. ✨ #### About FastAPI Cloud diff --git a/docs/en/docs/deployment/fastapicloud.md b/docs/en/docs/deployment/fastapicloud.md index f342c3ee2..dbc44f41a 100644 --- a/docs/en/docs/deployment/fastapicloud.md +++ b/docs/en/docs/deployment/fastapicloud.md @@ -1,26 +1,6 @@ # FastAPI Cloud { #fastapi-cloud } -You can deploy your FastAPI app to [FastAPI Cloud](https://fastapicloud.com) with **one command**, go and join the waiting list if you haven't. 🚀 - -## Login { #login } - -Make sure you already have a **FastAPI Cloud** account (we invited you from the waiting list 😉). - -Then log in: - -
- -```console -$ fastapi login - -You are logged in to FastAPI Cloud 🚀 -``` - -
- -## Deploy { #deploy } - -Now deploy your app, with **one command**: +You can deploy your FastAPI app to [FastAPI Cloud](https://fastapicloud.com) with just **one command**. 🚀
@@ -36,6 +16,8 @@ Deploying to FastAPI Cloud...
+The CLI will automatically detect your FastAPI application and deploy it to the cloud. If you are not logged in, your browser will open to complete the authentication process. + That's it! Now you can access your app at that URL. ✨ ## About FastAPI Cloud { #about-fastapi-cloud } diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 0aeee755e..5f76d664e 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -492,9 +492,7 @@ For a more complete example including more features, see the
@@ -510,6 +508,8 @@ Deploying to FastAPI Cloud... +The CLI will automatically detect your FastAPI application and deploy it to the cloud. If you are not logged in, your browser will open to complete the authentication process. + That's it! Now you can access your app at that URL. ✨ #### About FastAPI Cloud { #about-fastapi-cloud } diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index ae43e401b..f1a4b4702 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -200,23 +200,7 @@ Additionally, other tools might not be able to find it, for example the [VS Code ### Deploy your app (optional) { #deploy-your-app-optional } -You can optionally deploy your FastAPI app to [FastAPI Cloud](https://fastapicloud.com), go and join the waiting list if you haven't. 🚀 - -If you already have a **FastAPI Cloud** account (we invited you from the waiting list 😉), you can deploy your application with one command. - -Before deploying, make sure you are logged in: - -
- -```console -$ fastapi login - -You are logged in to FastAPI Cloud 🚀 -``` - -
- -Then deploy your app: +You can optionally deploy your FastAPI app to [FastAPI Cloud](https://fastapicloud.com) with a single command. 🚀
@@ -232,6 +216,8 @@ Deploying to FastAPI Cloud...
+The CLI will automatically detect your FastAPI application and deploy it to the cloud. If you are not logged in, your browser will open to complete the authentication process. + That's it! Now you can access your app at that URL. ✨ ## Recap, step by step { #recap-step-by-step }