Skip to content

Commit 2293ab7

Browse files
committed
edit digitalocean quickstart
1 parent 3012586 commit 2293ab7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/tutorials/deploy-to-digitalocean.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,20 @@ Defang will look for your DigitalOcean credentials in your shell environment and
2929
* the `DIGITALOCEAN_TOKEN` environment variable
3030
* and, the `SPACES_ACCESS_KEY_ID` and `SPACES_SECRET_ACCESS_KEY` environment variables
3131

32+
:::tip
33+
You can find your DigitalOcean token in the [API section](https://cloud.digitalocean.com/account/api/tokens) and
34+
your Spaces Access Keys in the [Spaces Object Storage section](https://cloud.digitalocean.com/spaces)
35+
in the DigitalOcean Control Panel.
36+
:::
37+
3238
## Step 3 - Deploy
3339

34-
Invoke the `defang compose up` CLI command with the `--provider=do` flag or set the `DEFANG_PROVIDER=do` environment variable.
40+
Invoke the `defang compose up` CLI command with the `--provider=digitalocean` flag or set the `DEFANG_PROVIDER=digitalocean` environment variable.
3541

3642
For example:
3743

3844
```bash
39-
$ defang compose up --provider=do
45+
$ defang compose up --provider=digitalocean
4046
```
4147

4248
## Step 4 - Inspect your deployment

0 commit comments

Comments
 (0)