Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-11 22:51:14 +00:00
parent 1518fc6312
commit 2ba369cba9
1 changed files with 6 additions and 0 deletions

View File

@ -58,4 +58,10 @@ deploy-job: # This job runs in the deploy stage.
fi
- echo "Déploiement des zones $files..."
- |+
for file in $files
do
cp "$file" "/var/cache/bind/$file"
done
sudo systemctl reload bind9.service
- echo "Déploiement terminé."