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/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ description: Frequently asked questions about Defang.
53
53
54
54
### Do you plan to support other clouds?
55
55
56
-
- While we currently support [AWS](./concepts/defang-byoc#aws) and [Digital Ocean](./concepts/defang-byoc#digitalocean), we plan to support other clouds in future releases, such [GCP](./providers/gcp.md) and [Azure](./providers/azure.md).
56
+
- While we currently support [AWS](./concepts/defang-byoc#aws) and [DigitalOcean](./concepts/defang-byoc#digitalocean), we plan to support other clouds in future releases, such [GCP](./providers/gcp.md) and [Azure](./providers/azure.md).
57
57
58
58
### I'm having trouble running the binary on my Mac. What should I do?
Copy file name to clipboardExpand all lines: docs/providers/digitalocean/digitalocean.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Next make sure you have signed up for a [DigitalOcean account](https://try.digit
25
25
After signing up for your account, be sure to setup your [personal access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/). Defang will need to find this value in your shell as the `DIGITALOCEAN_TOKEN` environment variable.
26
26
27
27
### Authenticate with DigitalOcean Spaces
28
-
You will also need a [Digital Ocean Spaces access key](https://docs.digitalocean.com/products/spaces/how-to/manage-access/). Defang will need to find this value in your shell as the `SPACES_ACCESS_KEY_ID`, and `SPACES_SECRET_ACCESS_KEY` environment variables.
28
+
You will also need a [DigitalOcean Spaces access key](https://docs.digitalocean.com/products/spaces/how-to/manage-access/). Defang will need to find this value in your shell as the `SPACES_ACCESS_KEY_ID`, and `SPACES_SECRET_ACCESS_KEY` environment variables.
## Step 2 - Authenticate Defang to use your Digital Ocean Account
26
+
## Step 2 - Authenticate Defang to use your Digital cean Account
25
27
26
-
Defang will look for your Digital Ocean credentials in your shell environment and expect to find the following credentials:
28
+
Defang will look for your DigitalOcean credentials in your shell environment and expect to find the following credentials:
27
29
* the `DIGITALOCEAN_TOKEN` environment variable
28
30
* and, the `SPACES_ACCESS_KEY_ID` and `SPACES_SECRET_ACCESS_KEY` environment variables
29
31
@@ -39,8 +41,8 @@ $ defang up --provider=do
39
41
40
42
## Step 4 - Inspect your deployment
41
43
42
-
Defang will provision resources in your Digital Ocean account and deploy your services. You can inspect the resources created in your Digital Ocean dashboard.
44
+
Defang will provision resources in your DigitalOcean account and deploy your services. You can inspect the resources created in your DigitalOcean dashboard.
43
45
44
46
***
45
47
46
-
For a deeper discussion of the Defang Digital Ocean Architecture, see our [Digital Ocean Provider docs](/docs/providers/digitalocean).
48
+
For a deeper discussion of the Defang DigitalOcean Architecture, see our [DigitalOcean Provider docs](/docs/providers/digitalocean).
0 commit comments