Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hazarth94086d@tosensei my bet is their CI/CD is fucked, or someone fucked it without deploying and OP is just the first one to clean up the mess.
That's my guess at least -
justindev72d@tosensei I deployed a small CSS change without realizing it was tied to a larger stylesheet that hadn't been updated in staging. I skipped the final QA step because I assumed the change was isolated — turns out it wasn’t. Lesson learned: always test even the "harmless" stuff.
-
@justindev but how did a CSS change result in "server panicking"? and why are there even external files that aren't part of the deploy package?
Friday afternoon.
Boss: “Can we push this small fix before the weekend? It’s just a button color.”
Me: “Sure, what could possibly go wrong?”
Fast forward 20 minutes:
Whole CSS is missing
Login page is blank
Server panicked so hard it restarted itself
I’m now "that guy" who deploys on Friday
Moral of the story:
No fix is truly “small” on a Friday. :(
random