Skip to content

Commit 26f6c93

Browse files
committed
fix digital ocean wording
1 parent cca6b71 commit 26f6c93

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ description: Frequently asked questions about Defang.
5353

5454
### Do you plan to support other clouds?
5555

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).
5757

5858
### I'm having trouble running the binary on my Mac. What should I do?
5959

docs/providers/digitalocean/digitalocean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Next make sure you have signed up for a [DigitalOcean account](https://try.digit
2525
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.
2626

2727
### 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.
2929

3030
### Configure your shell environment
3131

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
---
2-
title: Deploy to Digital Ocean
3-
description: Defang allows you deploy to your own Digital Ocean account.
2+
title: Deploy to DigitalOcean
3+
description: Defang allows you deploy to your own DigitalOcean account.
44
sidebar_position: 11
55
---
66

7-
# Deploying to Digital Ocean With Defang
7+
# Deploying to DigitalOcean With Defang
88

9-
This tutorial will show you how to deploy your services to your own Digital Ocean account using Defang.
9+
This tutorial will show you how to deploy your services to your own DigitalOcean account using Defang.
1010

1111
## Pre-requisites
1212
* [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/)
1313
* [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/)
1414
* [A Defang Account](/docs/getting-started/authenticating)
1515
* [The Defang CLI](/docs/getting-started/installing)
16-
* [Digital Ocean Account Credentials](/docs/providers/digitalocean#getting-started)
17-
* [Digital Ocean Spaces Access Keys](/docs/providers/digitalocean#getting-started)
16+
* [DigitalOcean Account Credentials](/docs/providers/digitalocean#getting-started)
17+
* [DigitalOcean Spaces Access Keys](/docs/providers/digitalocean#getting-started)
1818

1919
## Step 1 - Navigate to your project directory
20+
21+
Head to the folder where your project is located.
2022
```bash
2123
$ cd path/to/your/project
2224
```
2325

24-
## Step 2 - Authenticate Defang to use your Digital Ocean Account
26+
## Step 2 - Authenticate Defang to use your Digital cean Account
2527

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:
2729
* the `DIGITALOCEAN_TOKEN` environment variable
2830
* and, the `SPACES_ACCESS_KEY_ID` and `SPACES_SECRET_ACCESS_KEY` environment variables
2931

@@ -39,8 +41,8 @@ $ defang up --provider=do
3941

4042
## Step 4 - Inspect your deployment
4143

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.
4345

4446
***
4547

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

Comments
 (0)