31

"Server deployment is automated from git, so dont merge things into the master branch without permission"
Oh ok
>i create new branch
>push unfinished code because i gotta hurry
>server breaks
Well golly gee seems like you did a shit job at automating

Comments
  • 3
    I would say I'm socked and surprised but that would be a lie.
  • 1
    @thekid89 its kinda my fault ok but if he does a shit job just tell me not to push half finished code dammit
  • 4
    @RazorSh4rk pushing code to your own branch shouldn't deploy to prod though. I'm in agreement with you that they did a shit job at automating the deploys.
  • 0
    If only people would manage their package.json properly. Ahem.
  • 0
    @d4ng3r0u5 you mean their web.xml hmm hmm
  • 0
    Seems to me you pushed to master, not to your own branch.
  • 0
    Branch protection is a thing - second action I take after creating an initial commit
Add Comment