Change IRC notifications channel

This commit is contained in:
redtide 2020-01-24 17:50:10 +01:00
parent b9c3327778
commit e9841ccad6

View file

@ -57,11 +57,10 @@ deploy:
notifications: notifications:
irc: irc:
channels: channels:
- "ircs://chat.freenode.net:7070/#sfztools-dev" - "ircs://chat.freenode.net:7070/#sfztools"
template: template:
- "Build %{build_number}: %{message}" - "[%{repository_name}:%{branch}] Build #%{build_number}: %{message}"
- "%{author} committed in [%{repository_name}:%{branch}]" - "%{author} : %{commit_subject}"
- "%{commit_subject}"
- "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}" - "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}"
- "Build Details : %{build_url}" - "Build Details : %{build_url}"