-
Notifications
You must be signed in to change notification settings - Fork 10
Add web deployment docs #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
b52c240
Add web deployment docs
pinkeshmars 6b991c5
Update example subdomain
pinkeshmars 0e24eaf
Merge remote-tracking branch 'refs/remotes/origin/main' into feature/…
PoojaB26 2b4be6f
change from DreamFlow to Dreamflow for brand consistency
PoojaB26 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: | ||
PoojaB26 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - **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. | ||
PoojaB26 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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`). | ||
PoojaB26 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|  | ||
|
|
||
| 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. | ||
|
|
||
|  | ||
|
|
||
| :::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) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.