this post was submitted on 30 May 2025
355 points (95.6% liked)

Comic Strips

16840 readers
2295 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] gnutrino@programming.dev 15 points 2 days ago (1 children)

I've done critical fixes (usually config) direct on a prod server with vim over ssh before now. Not the best way to do it but sometimes waiting for CI will just take too long...

Old school "CI/CD" was an FTP server where you dropped DLLs into I remember