]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update FastAPI Cloud deployment instructions (#15724)
authorAlejandra <90076947+alejsdev@users.noreply.github.com>
Tue, 9 Jun 2026 12:05:27 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 12:05:27 +0000 (14:05 +0200)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
README.md
docs/en/docs/deployment/fastapicloud.md
docs/en/docs/index.md
docs/en/docs/tutorial/first-steps.md

index 86e75109010e35f1eb284ccbed89cd28028dab7d..7688e998904830557a429a5a0b4fb90ea94e1e6a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -450,9 +450,7 @@ For a more complete example including more features, see the <a href="https://fa
 
 ### 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.
+You can optionally deploy your FastAPI app to [FastAPI Cloud](https://fastapicloud.com) with a single command. 🚀
 
 <div class="termy">
 
@@ -468,6 +466,8 @@ Deploying to FastAPI Cloud...
 
 </div>
 
+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
index f342c3ee2c17e316bba087e719ca28b418249fd3..dbc44f41a3665b9943a83ac0a86c530af782c9e4 100644 (file)
@@ -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:
-
-<div class="termy">
-
-```console
-$ fastapi login
-
-You are logged in to FastAPI Cloud 🚀
-```
-
-</div>
-
-## 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**. 🚀
 
 <div class="termy">
 
@@ -36,6 +16,8 @@ Deploying to FastAPI Cloud...
 
 </div>
 
+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 }
index 0aeee755ecffe48025b369d64ebedd866935b926..5f76d664e40933f830ce865bf15e37fc4b376355 100644 (file)
@@ -492,9 +492,7 @@ For a more complete example including more features, see the <a href="https://fa
 
 ### 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.
+You can optionally deploy your FastAPI app to [FastAPI Cloud](https://fastapicloud.com) with a single command. 🚀
 
 <div class="termy">
 
@@ -510,6 +508,8 @@ Deploying to FastAPI Cloud...
 
 </div>
 
+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 }
index ae43e401bab07a49ca46ca67ebc4e9284affe9bb..f1a4b4702e2f8f8e6df7a2b1287f8acf65b65ec8 100644 (file)
@@ -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:
-
-<div class="termy">
-
-```console
-$ fastapi login
-
-You are logged in to FastAPI Cloud 🚀
-```
-
-</div>
-
-Then deploy your app:
+You can optionally deploy your FastAPI app to [FastAPI Cloud](https://fastapicloud.com) with a single command. 🚀
 
 <div class="termy">
 
@@ -232,6 +216,8 @@ Deploying to FastAPI Cloud...
 
 </div>
 
+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 }