remove irc record #1
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,8 @@ pipeline:
|
||||||
- curl -L --silent --output /usr/local/bin/dnscontrol https://github.com/StackExchange/dnscontrol/releases/download/v3.16.2/dnscontrol-Linux
|
- curl -L --silent --output /usr/local/bin/dnscontrol https://github.com/StackExchange/dnscontrol/releases/download/v3.16.2/dnscontrol-Linux
|
||||||
- chmod +x /usr/local/bin/dnscontrol
|
- chmod +x /usr/local/bin/dnscontrol
|
||||||
- dnscontrol check
|
- dnscontrol check
|
||||||
|
when:
|
||||||
|
event: pull_request
|
||||||
|
|
||||||
preview:
|
preview:
|
||||||
image: debian
|
image: debian
|
||||||
|
@ -17,6 +19,7 @@ pipeline:
|
||||||
- printf '{"namecheap":{"TYPE":"NAMECHEAP","apikey":"%s","apiuser":"j33s"}}' "$APIKEY" > creds.json
|
- printf '{"namecheap":{"TYPE":"NAMECHEAP","apikey":"%s","apiuser":"j33s"}}' "$APIKEY" > creds.json
|
||||||
- dnscontrol preview
|
- dnscontrol preview
|
||||||
when:
|
when:
|
||||||
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
secrets: [APIKEY]
|
secrets: [APIKEY]
|
||||||
|
|
||||||
|
@ -29,5 +32,6 @@ pipeline:
|
||||||
- printf '{"namecheap":{"TYPE":"NAMECHEAP","apikey":"%s","apiuser":"j33s"}}' "$APIKEY" > creds.json
|
- printf '{"namecheap":{"TYPE":"NAMECHEAP","apikey":"%s","apiuser":"j33s"}}' "$APIKEY" > creds.json
|
||||||
- dnscontrol push
|
- dnscontrol push
|
||||||
when:
|
when:
|
||||||
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
secrets: [APIKEY]
|
secrets: [APIKEY]
|
||||||
|
|
|
@ -60,7 +60,6 @@ D('cyberia.club', REG_NAMECHEAP, DnsProvider(DNS_NAMECHEAP),
|
||||||
CNAME('helloworld', 'pigsy.cyberia.club.'),
|
CNAME('helloworld', 'pigsy.cyberia.club.'),
|
||||||
CNAME('imap', 'domechild.cyberia.club.'),
|
CNAME('imap', 'domechild.cyberia.club.'),
|
||||||
CNAME('smtp', 'domechild.cyberia.club.'),
|
CNAME('smtp', 'domechild.cyberia.club.'),
|
||||||
CNAME('irc', 'basement.cyberia.club.'),
|
|
||||||
CNAME('key1._domainkey', 'key1.nullhex.com.'),
|
CNAME('key1._domainkey', 'key1.nullhex.com.'),
|
||||||
CNAME('lists', 'rosewater.cyberia.club.'),
|
CNAME('lists', 'rosewater.cyberia.club.'),
|
||||||
CNAME('magnataur', 'basement.cyberia.club.'),
|
CNAME('magnataur', 'basement.cyberia.club.'),
|
||||||
|
|
Loading…
Reference in a new issue