Deploying custom auth hooks

I am using the new "custom auth hooks" feature in a local setup and it works great.
Now I wonder if deploying the corresponding migration to my staging/prod environments will also enable custom auth hooks - or if manual steps are required.

The deployment docs (see below) mention manual steps in the Supabase dashboard; so it seems that manual steps are required for each environment.
Is there a way to avoid this? Ideally, I'd be able to deploy via CI/CD pipeline without any manual clicks.

Thanks!

Resources
https://supabase.com/docs/guides/auth/auth-hooks?queryGroups=language&language=sql#using-hooks
Was this page helpful?