Skip to content

Update deploy.yml

Update deploy.yml #7

Workflow file for this run

name: Sync DNS

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

(Line: 22, Col: 13): Unexpected value ''
on:
workflow_dispatch:
push:
branches:
- main
jobs:
octodns:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3'
cache: "pip" # caches pip dependencies
- 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 }}