Gonzako@lemmy.world to Programmer Humor@programming.dev · 3 months agoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldvideomessage-square73linkfedilinkarrow-up11
arrow-up11videoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldGonzako@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square73linkfedilink
minus-squareGonzako@lemmy.worldOPlinkfedilinkarrow-up0·3 months agoI set up CI/CD that silently boots up the changes pushed on main
minus-squaretyler@programming.devlinkfedilinkarrow-up0·3 months agothen just always force push. You’re not even using the source control, you might as well just use a shell script to deploy rather than listening on CI/CD
I set up CI/CD that silently boots up the changes pushed on main
then just always force push. You’re not even using the source control, you might as well just use a shell script to deploy rather than listening on CI/CD