Skip to content

remove tailscale entries #166

remove tailscale entries

remove tailscale entries #166

on:
push:
branches:
- main
- github-actions
name: Deploy on push
jobs:
deployOnPush:
name: octodns sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: octodns sync
uses: ./.github/actions/octodns-cloudflare
env:
CLOUDFLARE_EMAIL: ${{ secrets.CLOUDFLARE_EMAIL }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
with:
args: octodns-sync --config-file ./config/production.yaml --doit