Skip to content

Commit 6f2603e

Browse files
committed
add more links to deployments page
1 parent 6190b11 commit 6f2603e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/concepts/deployments.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ When you deploy using Defang, whether it's with `defang compose up` with a [Comp
1010

1111
## Deploying Updates
1212

13-
When you run a deployment to update one or more services, Defang will also make sure to get your new services up and running before deprovisioning any old services so you don't have to worry about downtime.
13+
When you run a deployment to update one or more [services](/docs/concepts/services), Defang will also make sure to get your new services up and running before deprovisioning any old services so you don't have to worry about downtime.
1414

1515
:::info
16-
In [Defang BYOC](./defang-byoc.md), Defang will use your cloud provider account to build and store your images. In [Defang Playground](./defang-playground.md) we will build and store your images for you.
16+
In [Defang BYOC](./defang-byoc.md), Defang uses your cloud provider account to build and store your images. In [Defang Playground](./defang-playground.md), we build and store your images for you.
1717
:::
1818

19+
Note that we offer different [deployment modes](/docs/concepts/deployment-modes): development, staging, and production. You can switch the modes using the CLI.
20+
1921
:::warning
2022
Workloads with GPUs do not support zero downtime deployments. If you have a workload with a GPU, you will experience downtime during updates.
2123
:::
@@ -26,4 +28,4 @@ Defang defaults to "spot" instances. This is a cost-effective way to run your wo
2628

2729
:::info
2830
In the future, we may provide a way to use "on-demand" instances for workloads that require more stability.
29-
:::
31+
:::

0 commit comments

Comments
 (0)