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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,18 @@ Defang does not install or run any Defang or third party services at runtime.
15
15
Defang does run the Defang build service to build your container images, which terminates after every build.
16
16
:::
17
17
18
+
### Configuration
19
+
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
+
22
+
```bash
23
+
# Supported provider values: auto, aws
24
+
# Default is auto, which deploys to the Defang Playground
0 commit comments