Content pfp
Content
@
0 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber
Whats the best Vercel like deployment experience using your own servers? vServers or something like Hetzner Cloud I want to quickly have PoC's up and updated via CI/CD including previews for different branches easy view of console.log() / console.error() output would be a lovely bonus
5 replies
0 recast
8 reactions

Samuel pfp
Samuel
@samuellhuber
current things I want to try: - custom CI/CD with Ansible to a list of VPS's (fear: too much manual labour) - https://kamal-deploy.org - https://github.com/kube-hetzner with ArgoCD / Kargo for GitOps automation
0 reply
0 recast
0 reaction

Leeward Bound pfp
Leeward Bound
@leewardbound
K8s deployment makes ci/cd and PR deploys really pretty easy. Some custom glues required (gotta write the CI scripts yourself) but I do it like this in 10+ active codebases right now. Lotta lift to build your own k8s cluster tho (ansible libs are avail), way easier to rent k8s clusters from Linode ($20) or AWS/GKE.
2 replies
0 recast
1 reaction

Justin Hunter pfp
Justin Hunter
@polluterofminds
Railway and Render are good options. I don’t know if they meet your definition of “your own servers” though
1 reply
0 recast
0 reaction

Paul Dowman pfp
Paul Dowman
@pauldowman.eth
Try feature flags instead of long lived branches and then you won’t need the branch deployment thing. It sounds counter intuitive but once you really embrace continuous deployment you’ll never go back. The branch deployment thing doesn’t work at scale anyway.
1 reply
0 recast
0 reaction

wkyleg.eth pfp
wkyleg.eth
@wkyleg
GitLab is great if you tend to stick with their platform for everything
1 reply
0 recast
0 reaction