Deploy hooks are creating jobs but no deployments

Sorry I was offline yesterday.

I can see following error occurred when deploying:

api call failed with “Environment Variable “VITE_SUPABASE_URL” references Secret “supabase-url”, which does not exist.”

Based on the error logs, it seems that your project is utilizing legacy secrets. It is possible that your project is using vercel.json file which has the secrets defined. You can add the Environment variables in the Dashboard > Project Settings, could you please remove any secrets from the vercel.json file and check if it resolves the issue? For more detailed information, you can refer to this guide: Configuring projects with vercel.json