Skip to content

Delegate to nest DNS (#999) #812

Delegate to nest DNS (#999)

Delegate to nest DNS (#999) #812

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
octodns:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3'
- name: Install OctoDNS
run: pip install 'octodns==0.9.10'
- name: Sync w/ production DNS providers
run: ./bin/sync
env:
DNSIMPLE_ACCOUNT_NUMBER: ${{ secrets.DNSIMPLE_ACCOUNT_NUMBER }}
DNSIMPLE_API_KEY: ${{ secrets.DNSIMPLE_API_KEY }}