Actualiser .forgejo/workflows/ci.yaml
All checks were successful
/ deploiement (push) Successful in 0s
/ sync (push) Successful in 1s

This commit is contained in:
Adrien Bourmault 2024-04-24 15:08:10 +02:00
parent f1bf64aade
commit 09acb0c64b

View file

@ -26,7 +26,7 @@ jobs:
domain=$(echo $file | sed "s/.zone//g")
/usr/bin/named-checkzone "$domain" "$file" || ( echo "Error on file $file" && continue; )
echo "$file" >> /var/cache/bind/.modified
rsync "$file" /var/cache/bind/
rsync "./$file" /var/cache/bind/
echo "Move $file to /var/cache/bind"
done
sudo chown bind:bind /var/cache/bind/*.zone