redeploy caddy when vars change
All checks were successful
Deploy Containers / Prepare (push) Successful in 13s

This commit is contained in:
2025-07-31 01:30:44 -04:00
parent 502ff40bbf
commit 9a77e7bed6
2 changed files with 405 additions and 394 deletions

View File

@@ -12,6 +12,8 @@ if [ ! -z "$new_tasks" ]; then
if [[ "$tag" != "_deploy" ]] ; then
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_pass.txt
fi
elif [[ "$ansible_tag" == "jade.yml" || "$ansible_tag" == "jackson.yml" ]] ; then
ansible-playbook main.yml --tags "caddy_deploy" --vault-password-file ~/.vault_pass.txt
fi
done
fi