1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

NEW PROVIDER: Netlify (#1820)

Signed-off-by: Amogh Lele <amolele@gmail.com>
This commit is contained in:
Amogh Lele
2022-11-28 21:31:35 +05:30
committed by GitHub
parent d90ca157e4
commit 1618aceb2a
10 changed files with 557 additions and 0 deletions

View File

@ -215,5 +215,10 @@
"token": "$DOMAINNAMESHOP_TOKEN",
"secret": "$DOMAINNAMESHOP_SECRET",
"domain": "$DOMAINNAMESHOP_DOMAIN"
},
"NETLIFY": {
"token": "$NETLIFY_TOKEN",
"slug": "$NETLIFY_ACCOUNT_SLUG",
"domain": "$NETLIFY_DOMAIN"
}
}