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