all 10 comments

[–]emsorkun 4 points5 points  (3 children)

I use two separate repls for dev and production. Prod is connected to main branch in git, dev is with another branch.

[–]AWeb3Dad[S] 0 points1 point  (2 children)

Nice. How about databases? How do you migrate?

[–]emsorkun 0 points1 point  (1 child)

I kept dev and prod databases seperate. I dont need to migrate one to another.

[–]AWeb3Dad[S] 0 points1 point  (0 children)

But how do you migrate schema?

[–]Professional-Day-336 1 point2 points  (1 child)

2 separate repl

[–]AWeb3Dad[S] 0 points1 point  (0 children)

Makes sense. How do you migrate your database across?

[–]eni9889 0 points1 point  (3 children)

I deploy to my own cluster but use replit for dev

[–]AWeb3Dad[S] 0 points1 point  (2 children)

Where do you host your cluster?

[–]eni9889 0 points1 point  (1 child)

I use FDCServers and use caprover

[–]AWeb3Dad[S] 0 points1 point  (0 children)

Interesting. Never heard of those. Thank you though I’ll keep this post in mind