How to restrict "supabase db push" #21771
Unanswered
stefan-girlich
asked this question in
Questions
Replies: 3 comments
-
|
Would be also interested to hear if this is possible somehow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yeah this would be nice, especially now since Claude is very fond of running |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Curious any solution to restrict supabase db push? I've create skills in Claude, but sometimes it still do supabase db push |
Beta Was this translation helpful? Give feedback.
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 want to set up local, staging, and prod environments as described in this guide. I want to make sure that a developer can pull changes from the remote staging or prod environment into their local setup, but not push migrations via
supabase db pushas seen in the linked article, as this seems like a way of bypassing Pull Requests in GitHub.Is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions