.forgejo/workflows/ci.yaml: WIP
/ deploy_script (push) Successful in 1s Details

This commit is contained in:
Adrien Bourmault 2024-08-20 17:27:39 +02:00
parent 1246310e98
commit e240d073a1
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,10 @@ jobs:
shell: bash shell: bash
run: | run: |
echo "Preparing to update ${{ vars.DNS_SERVER }}..." echo "Preparing to update ${{ vars.DNS_SERVER }}..."
echo $(pwd) git clone ${{ gitea.server_url }}/${{ gitea.repository }} dns
# git diff HEAD^ HEAD > zone_diff.txt cd dns
git diff HEAD^ HEAD > zone_diff.txt
echo $(cat zone_diff.txt)
# while IFS= read -r line; do # while IFS= read -r line; do
# case "$line" in # case "$line" in
# "--- "*".zone") # "--- "*".zone")