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
-
I would rather gamble for CI/CD pipeline than the actual prod servers as cloud can solve the server problem for small-medium businesses anyway.
-
Root825417yMeh, I keep everything compartmentalized, so this wouldn't do any actual damage. A few corrupt rows at worst.
gco production && touch new_deploy && ga . && gc "new deploy" && gpo production:production
Five minutes later it'd be up and running again. -
bashlord4397y@Ashkin I need to figure out what all those commands mean and how to get a setup like you have, but damn its awesome that that is possible!
-
Root825417y@bashlord
Haha most of them are shortened git commands:
gco --- git checkout
ga -- git add
gpo -- git push origin
Etc.
I have my build server auto-pull from the qa and production branches when they change. If everything passes and builds nicely, it pushes the new build to my qa/production server(s) automatically and restarts them.
Since the database is on another server, I don't lose any data if prod gets rimraf'd. -
bashlord4397y@Ashkin Haha that’s still a nice setup, be it less mysterious than I thought it was at first :)
-
bashlord4397y@farkaskid I’m actually quite comfortable with bash (surprise!) and I like filling up my .bash_aliases file myself, gets my creativity going! :)
Related Rants
The real Russian roulette for server admins π
joke/meme
sudo
suicide