Skip to content

Commit

Permalink
chore: improve msg notify deploy telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Mar 6, 2021
1 parent 81e6e3e commit 5f0ffbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible-deploy/roles/common/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
community.general.telegram:
token: "{{telegram_token}}"
chat_id: "{{telegram_chat_id}}"
msg: "🚀 Deploy of {{ app_version }} on {{ job_env }} successfully!!! 🥳"
msg: "🚀 Deploy of release <b>{{ app_version }}</b> on <b>{{ job_env }}</b> environment successfully!!! 🥳"
msg_format: "html"
listen: "send_notify_telegram"

0 comments on commit 5f0ffbb

Please sign in to comment.