You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/what-is-defang.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ description: What is Defang?
8
8
9
9
<iframewidth="560"height="315"src="https://www.youtube.com/embed/afglsBYieuc?si=iKgUX4ejz7AixxqQ"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreenstyle={{marginBottom: "2rem"}}></iframe>
10
10
11
-
Defang is a radically simpler way for developers to develop, deploy, and debug their cloud applications. Defang enables you to easily author cloud application in any language, build and deploy to the cloud with a single command, and iterate quickly with AI-assisted tooling.
11
+
Defang is a radically simpler way for developers to develop, deploy, and debug their cloud applications. Defang enables you to easily author cloud applications in any language, build and deploy to the cloud with a single command, and iterate quickly with AI-assisted tooling.
12
12
13
-
- The [Defang CLI](/docs/getting-started#install-the-defang-cli.md) includes an AI-driven agent that translates natural language prompts to an outline for your project that you can then refine.
14
-
- Defang can automatically build and deploy your project with a single command.
15
-
- If you’re new to Defang, you can try deploying to the [Defang Playground](/docs/concepts/defang-playground.md), a hosted environment to learn to use Defang with non-production workloads.
16
-
- Once you’re ready, you can [deploy](/docs/concepts/deployments.md) it to your own cloud account - we call this [Defang BYOC](/docs/concepts/defang-byoc.md). Defang takes care of all the heavy lifting such as configuring networking, security, [observability](/docs/concepts/observability.md) and all the other details that usually slow down the average cloud developer.
17
-
- You can also use Defang to easily [publish updates](/docs/concepts/deployments.md#deploying-updates) to your deployed application with zero downtime.
13
+
- Develop: The [Defang CLI](/docs/getting-started#install-the-defang-cli.md) includes an AI-driven agent that translates natural language prompts to [generate](/docs/concepts/generate) an outline for your project that you can then refine.
14
+
- Deploy: Defang can automatically build and deploy your project with a single command.
15
+
- If you’re new to Defang, you can try deploying to the [Defang Playground](/docs/concepts/defang-playground.md), a testing environment for learning how to use Defang.
16
+
- Once you’re ready, you can [deploy](docs/category/tutorials) a project to your own cloud account - we call this [Defang BYOC](/docs/concepts/defang-byoc.md). Defang takes care of all the heavy lifting such as configuring networking, security, [observability](/docs/concepts/observability.md) and all the other details that usually slow down the average cloud developer.
17
+
- You can also use Defang to easily [publish updates](/docs/concepts/deployments.md#deploying-updates) to your deployed application with zero downtime.
18
+
- Debug: Once you've deployed, you can use our AI agent to help [debug](/docs/concepts/debug) your cloud applications, using your service logs and project files to help you identify and resolve issues.
Copy file name to clipboardExpand all lines: docs/tutorials/deploy-container-using-the-cli.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Deploy existing container
2
+
title: Deploy Existing Containers
3
3
sidebar_position: 200
4
4
---
5
5
6
-
# Deploy an Existing Container Using the CLI
6
+
# Deploy Existing Containers
7
7
8
8
This example is useful if you already have a Docker container built manually or through a CI/CD system and have that the resulting image is available in a public or private repository accessible by Defang.
description: Defang allows you deploy to your own cloud account.
4
4
sidebar_position: 10
5
5
---
6
6
7
-
# Deploying to Your Cloud With Defang
7
+
# Deploy to Your Own Cloud
8
8
9
9
This tutorial will show you how to deploy your services to your own cloud account using Defang.
10
10
11
11
:::tip
12
-
Defang makes it easier to deploy to any cloud—in your *own* cloud accounts. We refer to this as bring-your-own-cloud (BYOC).
13
-
If you aren't ready to deploy to your own cloud account, you can use the Defang Playground to get a feel for how Defang works for free.
12
+
Defang makes it easier to deploy to any cloud—in your *own* cloud accounts. We refer to this as [bring-your-own-cloud (BYOC)](/docs/concepts/defang-byoc).
13
+
If you aren't ready to deploy to your own cloud account, you can use the [Defang Playground](/docs/concepts/defang-playground) to get a feel for how Defang works for free.
14
14
:::
15
15
16
-
## Choose your cloud
16
+
## Choose your cloud
17
17
18
-
The first step is to choose which cloud provider you want to deploy to. Defang supports the following cloud providers:
18
+
A good starting point is to choose which cloud provider you want to deploy to. Defang supports the following cloud providers:
The above will link to a tutorial page for that cloud. If you run into any problems, please note that we have an [FAQ section](/docs/category/faq) for your convenience.
0 commit comments