From 2293ab74db89c58437946459a083535d81c08139 Mon Sep 17 00:00:00 2001 From: commit111 Date: Thu, 28 Aug 2025 14:50:03 -0700 Subject: [PATCH] edit digitalocean quickstart --- docs/tutorials/deploy-to-digitalocean.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/deploy-to-digitalocean.mdx b/docs/tutorials/deploy-to-digitalocean.mdx index 0a7aa0375a..d5d08770cb 100644 --- a/docs/tutorials/deploy-to-digitalocean.mdx +++ b/docs/tutorials/deploy-to-digitalocean.mdx @@ -29,14 +29,20 @@ Defang will look for your DigitalOcean credentials in your shell environment and * the `DIGITALOCEAN_TOKEN` environment variable * and, the `SPACES_ACCESS_KEY_ID` and `SPACES_SECRET_ACCESS_KEY` environment variables +:::tip +You can find your DigitalOcean token in the [API section](https://cloud.digitalocean.com/account/api/tokens) and +your Spaces Access Keys in the [Spaces Object Storage section](https://cloud.digitalocean.com/spaces) +in the DigitalOcean Control Panel. +::: + ## Step 3 - Deploy -Invoke the `defang compose up` CLI command with the `--provider=do` flag or set the `DEFANG_PROVIDER=do` environment variable. +Invoke the `defang compose up` CLI command with the `--provider=digitalocean` flag or set the `DEFANG_PROVIDER=digitalocean` environment variable. For example: ```bash -$ defang compose up --provider=do +$ defang compose up --provider=digitalocean ``` ## Step 4 - Inspect your deployment