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/concepts/defang-byoc.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ Defang does run the Defang build service to build your container images, which t
20
20
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:
21
21
22
22
```bash
23
-
# Supported provider values: auto, aws
24
-
# Default is auto, which deploys to the Defang Playground
# Default is auto, which deploys to the Defang Playground but warns if it detects cloud credentials
25
25
$ defang up --provider=aws
26
26
# or
27
-
$ export DEFANG_PROVIDER=aws
27
+
$ export DEFANG_PROVIDER=digitalocean
28
28
```
29
29
30
30
## AWS
@@ -44,14 +44,14 @@ The Public Preview of the v1 Defang BYOC DigitalOcean Provider as of October 1 2
44
44
45
45
Please read the [DigitalOcean Provider](../providers/digitalocean/digitalocean.md) documentation for more details about how the DigitalOcean provider works and how to get started.
46
46
47
-
## Azure
47
+
## GCP
48
48
49
49
:::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).
51
51
:::
52
52
53
-
## GCP
53
+
## Azure
54
54
55
55
:::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).
0 commit comments