Skip to content

Commit

Permalink
Merge pull request #28 from jekyll/new-octodns-who-dis
Browse files Browse the repository at this point in the history
Add custom octodns-cloudflare action that dependabot can keep up-to-date
  • Loading branch information
parkr authored Oct 4, 2023
2 parents 27142cf + f2d3929 commit 59b58d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/octodns-cloudflare/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM octodns/cloudflare:2023.10
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ updates:
open-pull-requests-limit: 99
reviewers:
- parkr
- package-ecosystem: docker
directory: "/.github/actions/octodns-cloudflare"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 99
reviewers:
- parkr
2 changes: 1 addition & 1 deletion .github/workflows/push-deploy-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: octodns sync
uses: docker://octodns/cloudflare:2022.12
uses: ./.github/actions/octodns-cloudflare
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: octodns test
uses: docker://octodns/cloudflare:2022.12
uses: ./.github/actions/octodns-cloudflare
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ providers:
class: octodns.provider.yaml.YamlProvider
directory: ./config
cloudflare:
class: octodns.provider.cloudflare.CloudflareProvider
class: octodns_cloudflare.CloudflareProvider
token: env/CLOUDFLARE_TOKEN

zones:
Expand Down

0 comments on commit 59b58d2

Please sign in to comment.