diff --git a/docs/test-and-publish/publish/google-playstore-deployment.md b/docs/test-and-publish/publish/google-playstore-deployment.md index fbce045..2701e01 100644 --- a/docs/test-and-publish/publish/google-playstore-deployment.md +++ b/docs/test-and-publish/publish/google-playstore-deployment.md @@ -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. @@ -240,7 +240,7 @@ In Google Play Console, create an **Internal Testing** track and upload the **.a

:::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 diff --git a/docs/test-and-publish/publish/imgs/one-click-deployment.avif b/docs/test-and-publish/publish/imgs/one-click-deployment.avif new file mode 100644 index 0000000..c77f3a3 Binary files /dev/null and b/docs/test-and-publish/publish/imgs/one-click-deployment.avif differ diff --git a/docs/test-and-publish/publish/imgs/update-unpublish-deployment.avif b/docs/test-and-publish/publish/imgs/update-unpublish-deployment.avif new file mode 100644 index 0000000..8bddf64 Binary files /dev/null and b/docs/test-and-publish/publish/imgs/update-unpublish-deployment.avif differ diff --git a/docs/test-and-publish/publish/web-deployment.md b/docs/test-and-publish/publish/web-deployment.md new file mode 100644 index 0000000..1118edd --- /dev/null +++ b/docs/test-and-publish/publish/web-deployment.md @@ -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://.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) \ No newline at end of file