.forgejo/workflows/ci.yaml: WIP, preparing for nsupdate
This commit is contained in:
parent
055ae55744
commit
6e18cbe235
|
@ -9,9 +9,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Reload bind
|
- name: Reload bind
|
||||||
shell: bash
|
shell: bash
|
||||||
environment:
|
|
||||||
TSIG_KEY: ${TSIG_KEY} # Clé TSIG stockée dans les secrets CI/CD
|
|
||||||
DNS_SERVER: ${DNS_SERVER} # Adresse du serveur DNS
|
|
||||||
run: |
|
run: |
|
||||||
git diff HEAD^ HEAD > zone_diff.txt
|
git diff HEAD^ HEAD > zone_diff.txt
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
|
|
Loading…
Reference in New Issue