Skip to content

Commit 3be442d

Browse files
committed
address PR comments
1 parent d3f1ab8 commit 3be442d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Digital Ocean
2+
title: DigitalOcean
33
description: Defang allows you to easily create and manage full, scalable applications with DigitalOcean.
44
sidebar_position: 010
55
---
66

77
# Digital Ocean
88

99
:::info
10-
This feature is available for public preview as of October 2024. This page will be updated when it is GA.
10+
This feature is available for Public Preview as of October 2024. This page will be updated when it is GA.
1111
:::
1212

13-
Why should you use Defang with AWS? Defang allows you to easily create and manage full, scalable applications with DigitalOcean. Defang aims to make it easier to deploy your services to the cloud. DigitalOcean is one of the most popular cloud providers in the world and with Defang, you dont have to waste your time understanding the complexities and challenges of the DigitalOcean ecosystem. Let Defang do it for you and spend more time working on whats important to you!
13+
Why should you use Defang with DigitalOcean? Defang allows you to easily create and manage full, scalable applications with DigitalOcean. Defang aims to make it easier to deploy your services to the cloud. DigitalOcean is one of the most popular cloud providers in the world and with Defang, you dont have to waste your time understanding the complexities and challenges of the DigitalOcean platform. Let Defang do it for you and spend more time working on whats important to you!
1414

1515
## Getting Started
16-
To get started with the Defang BYOC DigitalOcean provider, first [install the latest version of the Defang CLI](../getting-started#authenticate-with-defang). Next make sure you have signed up for a [DigitalOcean account](https://try.digitalocean.com/freetrialoffer/).
16+
To get started with the Defang BYOC DigitalOcean Provider, first [install the latest version of the Defang CLI](../getting-started#authenticate-with-defang). Next make sure you have signed up for a [DigitalOcean account](https://try.digitalocean.com/freetrialoffer/).
1717

1818
After signing up for your account, be sure to setup your [personal access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/) as well as your [Spaces access key](https://docs.digitalocean.com/products/spaces/how-to/manage-access/). Next, save these values as environment variables with the names `DIGITALOCEAN_TOKEN`, `SPACES_ACCESS_KEY_ID`, and `SPACES_SECRET_ACCESS_KEY`.
1919

@@ -23,7 +23,7 @@ export SPACES_ACCESS_KEY_ID=<your-key-id>
2323
export SPACES_SECRET_ACCESS_KEY=<your-key>
2424
```
2525

26-
The Defang CLI will automatically check if they are set before running. Once you are ready to go, add the `--provider=digitalocean` to your command to tell the Defang CLI to use the AWS provider.
26+
The Defang CLI will automatically check if they are set before running. Once you are ready to go, add the `--provider=digitalocean` to your command to tell the Defang CLI to use the DigitalOcean provider.
2727

2828
```bash
2929
$ defang up --provider=digitalocean
@@ -33,19 +33,19 @@ $ export DEFANG_PROVIDER=digitalocean
3333

3434
## Region
3535

36-
The Defang BYOC DigitalOcean Provider will use the region specified in the `REGION` environment variable. For a list of regions available in DO, see the [region documentation](https://docs.digitalocean.com/platform/regional-availability/#app-platform-availability).
36+
The Defang BYOC DigitalOcean Provider will use the region specified in the `REGION` environment variable. For a list of regions available in DigitalOcean, see the [region documentation](https://docs.digitalocean.com/platform/regional-availability/#app-platform-availability).
3737

3838
## Architecture
3939

4040
Defang uses resources that are native to the cloud provider you are using. The following describes the current state of Defang's support for DigitalOcean, the specific resources that Defang uses, and the roadmap for future support.
4141

4242
### Deployment
4343

44-
To deploy your services, the Defang CLI packages your code and uploads it to a [Spaces Object Storage](https://www.digitalocean.com/products/spaces) bucket in your account. The CLI then deploys an App Platform Appp that uses Pulumi to build your container image and run your service.
44+
To deploy your services, the Defang CLI packages your code and uploads it to a [Spaces Object Storage](https://www.digitalocean.com/products/spaces) bucket in your account. The CLI then deploys an App Platform App that uses Pulumi to build your container image and run your service.
4545

4646
### Runtime
4747

48-
The provider runs your workloads using the [DigitalOcean App Platform](https://docs.digitalocean.com/products/app-platform/).
48+
The Provider runs your workloads using the [DigitalOcean App Platform](https://docs.digitalocean.com/products/app-platform/).
4949

5050
### Secrets
5151

@@ -54,7 +54,8 @@ Defang allows you to configure your services with sensitive config values. Sensi
5454
### Future Improvements
5555

5656
The following features are still in development for DigitalOcean:
57-
- [Custom Domains](../concepts/domains.mdx)
58-
- [Managed Redis](../concepts/managed-storage.md#managed-redis)
57+
- [Custom Domains](/docs/concepts//domains.mdx)
58+
- [Managed Redis](/docs/concepts//managed-storage/managed-redis.md)
59+
- [Managed Postgres](/docs/concepts/managed-storage/managed-postgres.md)
5960

6061
Stayed tuned for future updates!

0 commit comments

Comments
 (0)