diff --git a/config/parkermoore.site.yaml b/config/parkermoore.site.yaml deleted file mode 100644 index b04bacc..0000000 --- a/config/parkermoore.site.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -? '' -: - octodns: - cloudflare: - proxied: true - type: A - value: 217.70.184.38 - - type: MX - values: - - exchange: spool.mail.gandi.net. - preference: 10 - - exchange: fb.mail.gandi.net. - preference: 50 - - type: TXT - value: v=spf1 include:_mailcust.gandi.net ?all -blog: - octodns: - cloudflare: - proxied: true - type: CNAME - value: blogs.vip.gandi.net. -webmail: - octodns: - cloudflare: - proxied: false - type: CNAME - value: webmail.gandi.net. -www: - octodns: - cloudflare: - proxied: true - type: CNAME - value: webredir.vip.gandi.net. diff --git a/config/production.yaml b/config/production.yaml index fc8638a..eaae0e9 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -36,11 +36,6 @@ zones: - config targets: - cloudflare - parkermoore.site.: - sources: - - config - targets: - - cloudflare parker.codes.: sources: - config diff --git a/script/provider-credentials b/script/provider-credentials index 07a2c4a..f66f76b 100755 --- a/script/provider-credentials +++ b/script/provider-credentials @@ -6,7 +6,6 @@ ZONES="${ZONES} keltermoore.com" ZONES="${ZONES} parkermakes.tools" ZONES="${ZONES} parkermoo.re" ZONES="${ZONES} parkermoore.de" -ZONES="${ZONES} parkermoore.site" export DOCKER_IMAGE="parkr/octodns:2022.01-beta2" export CLOUDFLARE_TOKEN="$(cat ~/.config/cloudflare/parker-token)"