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
-
magusd4308yAutomated deploy script:
git fetch --all
git reset --hard origin/master
crontab -e
*/6 * * * *
I would like to see him do that now. -
But why do they have access to production? Revoke their credentials, enforce the deploy process through pipeline. And school people as to why any other behavior would be unwise.
-
borislemke88y@magusd you can setup a webhook on your server to listen for repo git events. setup a script/route that is fired by your repo's webhook to fetch/pull on pushes made to your repo. read GitHub webhooks
-
He'll, if he's that lazy, just have him use the github GUI
I know, most unorthodox thing I can say.
Related Rants
Why the fuck did I set up GitHub and all the deploy scripts if your just going to fucking ignore it and edit directly on the server?!?
"Oh, I ran out of time"
DO YOU EVEN KNOW HOW SIMPLE GIT IS?!?!?
"git add file
git commit -m 'Queef farm'"
AND YOU'RE DONE!
undefined
laziness
git