Comment on Help with deployment
Im_old@lemmy.world 4 months ago
Why not host your own git repo (e.g. gitea) so you can do 2 or 4 without opening services outside?
Comment on Help with deployment
Im_old@lemmy.world 4 months ago
Why not host your own git repo (e.g. gitea) so you can do 2 or 4 without opening services outside?
bjornsno@lemm.ee 4 months ago
I’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.
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
JASN_DE@lemmy.world 4 months ago
Please tell me you have a tested backup solution/procedure in place.
Lem453@lemmy.ca 4 months ago
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