mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Fix YAML
This commit is contained in:
parent
816a3668c4
commit
4c2006f838
1 changed files with 12 additions and 7 deletions
|
|
@ -12,11 +12,16 @@ jobs:
|
|||
name: Do a dry run
|
||||
command: ./bin/dry-run
|
||||
deploy:
|
||||
docker:
|
||||
- image: python:2.7
|
||||
steps:
|
||||
- run:
|
||||
name: Install OctoDNS
|
||||
command: pip install octodns
|
||||
- checkout
|
||||
- run:
|
||||
name: Sync w/ production DNS providers
|
||||
command: ./bin/sync
|
||||
name: Sync w/ production DNS providers
|
||||
command: ./bin/sync
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
@ -24,8 +29,8 @@ workflows:
|
|||
jobs:
|
||||
- build
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
requires:
|
||||
- build
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue