Content
@
0 reply
0 recast
0 reaction
Samuel
@samuellhuber.eth
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
6 reactions
Samuel
@samuellhuber.eth
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
@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
0 reaction
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
wkyleg.eth
@wkyleg
GitLab is great if you tend to stick with their platform for everything
1 reply
0 recast
0 reaction
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