.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
30d76a44f0
commit
d200c1097c
|
@ -11,8 +11,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Preparing to update ${{ vars.DNS_SERVER }}..."
|
echo "Preparing to update ${{ vars.DNS_SERVER }}..."
|
||||||
echo $(git diff HEAD^ HEAD)
|
echo $(ls -lta .)
|
||||||
echo $(git diff HEAD)
|
|
||||||
# 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
|
||||||
# case "$line" in
|
# case "$line" in
|
||||||
|
|
Loading…
Reference in New Issue