File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,20 @@ Defang will look for your DigitalOcean credentials in your shell environment and
29
29
* the ` DIGITALOCEAN_TOKEN ` environment variable
30
30
* and, the ` SPACES_ACCESS_KEY_ID ` and ` SPACES_SECRET_ACCESS_KEY ` environment variables
31
31
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
+
32
38
## Step 3 - Deploy
33
39
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.
35
41
36
42
For example:
37
43
38
44
``` bash
39
- $ defang compose up --provider=do
45
+ $ defang compose up --provider=digitalocean
40
46
```
41
47
42
48
## Step 4 - Inspect your deployment
You can’t perform that action at this time.
0 commit comments