I’d be a bit concerned with having the git repo also be hosted on the machine itself.
Please tell me you have a tested backup solution/procedure in place.
Comment on Help with deployment
bjornsno@lemm.ee 4 months agoI’d be a bit concerned with having the git repo also be hosted on the machine itself. If the drives break it’s all gone. I could of course have two remotes but then pushing changes still becomes a multi step procedure.
I’d be a bit concerned with having the git repo also be hosted on the machine itself.
Please tell me you have a tested backup solution/procedure in place.
I world strongly suggest a second device like an RPI with Gitea. There what I have.
I use portainer to pull straight from git and deploy
umami_wasbi@lemmy.ml 4 months ago
bjornsno@lemm.ee 4 months ago
I do have nightly off-site backups, that’s true. Still, having the git repo be on the same machine doesn’t seem right to me.
somethingsomethingidk@lemmy.world 4 months ago
You can set up multiple remotes for a repo and push to a local git server and github at the same time