This repository was archived by the owner on Jan 20, 2024. It is now read-only.
Removed the need to review each PR before it goes to Vercel! #111
ykdojo
announced in
Announcements
Replies: 2 comments
|
Thank you so much 🙏 |
0 replies
|
Godd work because of this now non production stuffs are PR separately |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I just removed the need to review each PR before it's deployed to Vercel!
How?
By setting up an additional organization/database in Supabase.
So we have two databases there now - one for production, and the other one for development.
Only the production branch (the main one) uses the production DB, and every other branch uses the dev one.
All reactions