.forgejo/workflows/ci.yaml: WIP
/ deploy_script (push) Successful in 0s
Details
/ deploy_script (push) Successful in 0s
Details
This commit is contained in:
parent
ca4f15b67b
commit
baa2c7b9ca
|
@ -7,9 +7,10 @@ jobs:
|
||||||
deploy_script:
|
deploy_script:
|
||||||
runs-on: linux_amd64
|
runs-on: linux_amd64
|
||||||
steps:
|
steps:
|
||||||
- name: Reload bind
|
- name: Apply zone changes
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo OK
|
run: echo "Preparing to update ${{ vars.DNS_SERVER }}..."
|
||||||
|
echo "Finished."
|
||||||
# run: git diff HEAD^ HEAD > zone_diff.txt
|
# run: git diff HEAD^ HEAD > zone_diff.txt
|
||||||
# while IFS= read -r line; do
|
# while IFS= read -r line; do
|
||||||
# case "$line" in
|
# case "$line" in
|
||||||
|
|
Loading…
Reference in New Issue