Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/test-and-publish/publish/google-playstore-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ For first-time deployment, you need to create an initial release manually in Goo

### 4.1 Downloading AAB file

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**.
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**.

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.

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

:::info
After the internal testing track is set up, DreamFlow can handle all future deployments directly.
After the internal testing track is set up, Dreamflow can handle all future deployments directly.
:::

### 4.3 Deploy from Dreamflow
Expand Down
Binary file not shown.
Binary file not shown.
43 changes: 43 additions & 0 deletions docs/test-and-publish/publish/web-deployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
slug: /deployment/web-deployment
title: Web Deployment
description: Learn how to deploy your apps to the Web using Dreamflow.
tags: [Web, Deployment, Dreamflow]
sidebar_position: 4
toc_max_heading_level: 4
keywords: [Deployment, Dreamflow, Web]
---

# Web Deployment

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.

Dreamflow offers two flexible options:

- **One-Click Deployment:** Instantly publish your app to the web in just seconds, perfect for previews and prototypes.
- **Custom Web Deployment:** Gain more control over the deployment process, with configuration options tailored for production-ready apps.

## One-Click Deployment

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.

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`).

![one-click-deployment.avif](imgs/one-click-deployment.avif)

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.

![update-unpublish-deployment.avif](imgs/update-unpublish-deployment.avif)

:::info[Key Benefits]

- **Fastest way to go live:** No configuration or hosting setup needed. Everything happens directly in Dreamflow.
- **Shareable link:** Easily share your app with teammates, testers, or clients.
- **Quick iteration:** Update deployments as you make changes, ensuring your live app always reflects the latest build.
- **Full control:** Unpublish when you’re ready to stop sharing or move to a custom deployment.

:::

## Custom Deployment

(Coming soon)