Skip to content

feat(users): Add public.users table and new users to it #2

feat(users): Add public.users table and new users to it

feat(users): Add public.users table and new users to it #2

name: production-deploy
run-name: Deploy database changes to Supabase's Production database.
on:
push:
branches-ignore:
- 'main'
jobs:
call-deploy-workflow:
name: Call reusable deploy workflow
runs-on: ubuntu-latest
environment:
name: production
uses: ./.github/workflows/deploy.yml

Check failure on line 13 in .github/workflows/production-deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/production-deploy.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/production-deploy.yaml" -> "./.github/workflows/deploy.yml" : failed to fetch workflow: workflow was not found.
secrets:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DATABASE_DIRECT_URL: ${{ secrets.DATABASE_DIRECT_URL }}