60

Watch your git commit messages, you never konw when a webhook might publish the whole thing to Slack...

Comments
  • 14
    If i were the boss, i wouldn't even be mad
  • 27
    @Matthewb it's my boss's commit, lol
  • 2
  • 3
  • 2
    Using branch master makes me a bit uncomfortable 👀
  • 5
    @cursee it's a deployment webhook in our production environment. It should *always* be master.
  • 1
    An a tag with no href can be a marker for what goes after the #.
  • 4
    @d4ng3r0u5 look at the code. It has no ID. It has no href. It has no class. It is useless.
  • 3
    @tullo-x86 not entirely useless. It is there to fuck with the boss.. So it has some use to it 🤣
  • 0
    Deployment webhooks broadcasting raw commit text to a channel is a special kind of production incident. Part of why I stopped relying on generic webhooks for "hey it deployed" pings and just wrap the deploy command with something that only says what I tell it to (cmdn) — no surprise payloads, no boss reading your commit history live.
Add Comment