Skip to content

Commit f6b061a

Browse files
authored
Merge pull request #4 from FlutterFlow/feature/web-deployment
Add web deployment docs
2 parents a4187e0 + 2b4be6f commit f6b061a

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-2
lines changed

docs/test-and-publish/publish/google-playstore-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ For first-time deployment, you need to create an initial release manually in Goo
173173

174174
### 4.1 Downloading AAB file
175175

176-
In DreamFlow, set the **Google Play Track** to **Internal**, enter the **Bundle ID** and **Version Code**, then click **Submit Build to Google Play**. Wait a few minutes and click **Check Deployment Status**.
176+
In Dreamflow, set the **Google Play Track** to **Internal**, enter the **Bundle ID** and **Version Code**, then click **Submit Build to Google Play**. Wait a few minutes and click **Check Deployment Status**.
177177

178178
Once the build is complete, click **Download AAB File** button (in the **App Bundle** section). If the button is still disabled, wait a bit longer and try again.
179179

@@ -240,7 +240,7 @@ In Google Play Console, create an **Internal Testing** track and upload the **.a
240240
<p></p>
241241

242242
:::info
243-
After the internal testing track is set up, DreamFlow can handle all future deployments directly.
243+
After the internal testing track is set up, Dreamflow can handle all future deployments directly.
244244
:::
245245

246246
### 4.3 Deploy from Dreamflow
20.3 KB
Binary file not shown.
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
slug: /deployment/web-deployment
3+
title: Web Deployment
4+
description: Learn how to deploy your apps to the Web using Dreamflow.
5+
tags: [Web, Deployment, Dreamflow]
6+
sidebar_position: 4
7+
toc_max_heading_level: 4
8+
keywords: [Deployment, Dreamflow, Web]
9+
---
10+
11+
# Web Deployment
12+
13+
Dreamflow makes it easy to take your app live on the web with minimal setup. You can quickly publish apps for testing, demos, or full production use, directly from your browser.
14+
15+
Dreamflow offers two flexible options:
16+
17+
- **One-Click Deployment:** Instantly publish your app to the web in just seconds, perfect for previews and prototypes.
18+
- **Custom Web Deployment:** Gain more control over the deployment process, with configuration options tailored for production-ready apps.
19+
20+
## One-Click Deployment
21+
22+
With **One-Click Deployment**, you can instantly publish your app to the web without any additional setup. Dreamflow automatically builds and hosts your project under a shareable Dreamflow URL.
23+
24+
To deploy your app, navigate to **Publish > Web** and click **One-Click Deployment**. Dreamflow will automatically build and host your app at a unique subdomain (e.g., `https://<unique-id>.share.dreamflow.app`).
25+
26+
![one-click-deployment.avif](imgs/one-click-deployment.avif)
27+
28+
If you make changes to your project, click **Update Deployment** to publish the latest version. You can click **Unpublish** to remove the app from its live URL whenever you no longer want it accessible.
29+
30+
![update-unpublish-deployment.avif](imgs/update-unpublish-deployment.avif)
31+
32+
:::info[Key Benefits]
33+
34+
- **Fastest way to go live:** No configuration or hosting setup needed. Everything happens directly in Dreamflow.
35+
- **Shareable link:** Easily share your app with teammates, testers, or clients.
36+
- **Quick iteration:** Update deployments as you make changes, ensuring your live app always reflects the latest build.
37+
- **Full control:** Unpublish when you’re ready to stop sharing or move to a custom deployment.
38+
39+
:::
40+
41+
## Custom Deployment
42+
43+
(Coming soon)

0 commit comments

Comments
 (0)