Skip to content

Commit 83b3b51

Browse files
authored
Update defang-byoc.md: add DO
1 parent 3a9f302 commit 83b3b51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/concepts/defang-byoc.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Defang does run the Defang build service to build your container images, which t
2020
The Defang CLI can be configured to deploy to a cloud provider either by using the `--provider` flag or by setting the `DEFANG_PROVIDER` environment variable. For example:
2121

2222
```bash
23-
# Supported provider values: auto, aws
24-
# Default is auto, which deploys to the Defang Playground
23+
# Supported provider values: auto, aws, defang, digitalocean
24+
# Default is auto, which deploys to the Defang Playground but warns if it detects cloud credentials
2525
$ defang up --provider=aws
2626
# or
27-
$ export DEFANG_PROVIDER=aws
27+
$ export DEFANG_PROVIDER=digitalocean
2828
```
2929

3030
## AWS
@@ -44,14 +44,14 @@ The Public Preview of the v1 Defang BYOC DigitalOcean Provider as of October 1 2
4444

4545
Please read the [DigitalOcean Provider](../providers/digitalocean/digitalocean.md) documentation for more details about how the DigitalOcean provider works and how to get started.
4646

47-
## Azure
47+
## GCP
4848

4949
:::info
50-
We will be working on Azure support in the future. If you are interested in Azure support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/57).
50+
We will be working on GCP support in the future. If you are interested in GCP support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/58).
5151
:::
5252

53-
## GCP
53+
## Azure
5454

5555
:::info
56-
We will be working on GCP support in the future. If you are interested in GCP support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/58).
56+
We will be working on Azure support in the future. If you are interested in Azure support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/57).
5757
:::

0 commit comments

Comments
 (0)