mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Attempt to implement deploys
This commit is contained in:
parent
0946a13932
commit
816a3668c4
1 changed files with 18 additions and 0 deletions
|
|
@ -11,3 +11,21 @@ jobs:
|
|||
- run:
|
||||
name: Do a dry run
|
||||
command: ./bin/dry-run
|
||||
deploy:
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Sync w/ production DNS providers
|
||||
command: ./bin/sync
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build-and-deploy:
|
||||
jobs:
|
||||
- build
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue