.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
3b5d7032b6
commit
b12671fc3e
|
@ -9,8 +9,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Apply zone changes
|
- name: Apply zone changes
|
||||||
shell: bash
|
shell: bash
|
||||||
run: -| echo "Preparing to update ${{ vars.DNS_SERVER }}..."
|
run: |
|
||||||
echo "Finished."
|
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