Comment on Backing up IaC
ch8zer@lemmy.ca 2 weeks agoYou pretty much got it. I need a quick way to restore the repo and ideally have git do a self backup. Seems like a cheap VPS may be the way to go
Comment on Backing up IaC
ch8zer@lemmy.ca 2 weeks agoYou pretty much got it. I need a quick way to restore the repo and ideally have git do a self backup. Seems like a cheap VPS may be the way to go
r0ertel@lemmy.world 2 weeks ago
For my own curiosity, how do you perform a build? Is it all done in pipelines, kicked off on change? Do you execute the whole infra build each time you release an update?
ch8zer@lemmy.ca 2 weeks ago
Honestly, I just run it from the CLI myself.
I’ve wasted too much time fighting with CI and automation that when I migrated to forjego I didn’t bother to put it in again.
r0ertel@lemmy.world 2 weeks ago
Same. I have spent way more time troubleshooting a pipeline than it saves. I like the idea of automation but laziness prevails.