Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 6f803ca

Browse files
committed
docs: update configuration notice
1 parent 6772709 commit 6f803ca

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ stackhead__config_deployment:
4848
cloudflare_email: my@email.address
4949
cloudflare_api_token: MY-API-TOKEN
5050
```
51+
52+
You'll also have to define the DNS provider to be used for each domain you want to set up in project definition:
53+
54+
```yaml
55+
domains:
56+
- domain: mydomain.com
57+
dns:
58+
provider: cloudflare
59+
```

0 commit comments

Comments
 (0)