Skip to content

opszero/actions-cloudflare-dns

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

actions-cloudflare-dns

Create and update Cloudlare DNS records

Usage via Github Actions

Add CLOUDFLARE_TOKEN and CLOUDFLARE_ZONE to the repository secrets.

name: example
on:
  pull_request:
    type: [opened, reopened]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: opszero/actions-cloudflare-dns@v3.0.2
        with:
          type: "A"
          name: "review.example.com"
          content: "8.8.8.8"
          ttl: 1
          proxied: true
          token: ${{ secrets.CLOUDFLARE_TOKEN }}
          zone: ${{ secrets.CLOUDFLARE_ZONE }}

Use full qualified domain name to update if it exist

Pro Support

opsZero provides additional support including:

  • Slack & Email support
  • Zoom Calls
  • Implementation
  • Architecture Guidance

License

The scripts and documentation in this project are released under the MIT License.

About

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_ORIG

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

  • JavaScript 100.0%