Skip to content

Commit c6f7a6f

Browse files
committed
improve digitalocean page
1 parent 90ac8cd commit c6f7a6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/providers/digitalocean/digitalocean.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ sidebar_position: 010
77
# DigitalOcean
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+
The Defang DigitalOcean Provider is available for Public Preview as of October 2024.
1111
:::
1212

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!
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 don't 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 what's important to you!
1414

1515
## Getting Started
1616

@@ -19,10 +19,10 @@ Why should you use Defang with DigitalOcean? Defang allows you to easily create
1919
To get started with the Defang BYOC DigitalOcean Provider, first [install the latest version of the Defang CLI](../getting-started#authenticate-with-defang).
2020

2121
### Sign up for DigitalOcean
22-
Next make sure you have signed up for a [DigitalOcean account](https://try.digitalocean.com/freetrialoffer/).
22+
Next, make sure you have signed up for a [DigitalOcean account](https://try.digitalocean.com/freetrialoffer/).
2323

2424
### Authenticate with DigitalOcean
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.
25+
After signing up for your account, be sure to set up 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
2828
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.
@@ -64,7 +64,7 @@ The Provider runs your workloads using the [DigitalOcean App Platform](https://d
6464

6565
### Secrets
6666

67-
Defang allows you to configure your services with sensitive config values. Sensitive values are added and stored with [encryption](https://docs.digitalocean.com/products/app-platform/how-to/use-environment-variables/) in your app once it has been deployed.
67+
Defang allows you to configure your services with [sensitive config values](https://docs.digitalocean.com/products/app-platform/how-to/use-environment-variables/) in DigitalOcean. Sensitive values are added and stored with encryption in your app once it has been deployed.
6868

6969
### Future Improvements
7070

0 commit comments

Comments
 (0)