Skip to content

Commit

Permalink
Merge branch 'main' of github.com:noclocks/dns
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Feb 26, 2024
2 parents 0fc17b8 + 46a45d6 commit 5e92c74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
PORKBUN_API_KEY: ${{ secrets.PORKBUN_API_KEY }}
PORKBUN_API_SECRET: ${{ secrets.PORKBUN_API_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
REPORT_PATH: "${{ github.workspace }}/reports/$(date '+%Y-%m-%d')-Report.txt"

jobs:
dnscontrol:
Expand All @@ -32,6 +33,6 @@ jobs:
- name: Push
uses: koenrh/dnscontrol-action@v3
with:
args: push
args: push --notify --report ${{ env.REPORT_PATH }}
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@

### Features

- Add slack webhook to creds
- Add TTLs
- Update DNS records with new email hosting records
- Add HubSpot blog DNS CNAME record
- Add changelog and pr mgmt

### Refactoring

- Refactor dnsconfig

***
*Changelog generated by [git-cliff](https://github.com/orhun/git-cliff).*
***

0 comments on commit 5e92c74

Please sign in to comment.