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
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
Samuel
@samuellhuber.eth
oh I only need that for previews on merge requests and the dev branch having a dev branch + seperate master for prod is helpful when working with multiple devs
1 reply
0 recast
0 reaction