feat(users): Add public.users table and new users to it #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: staging-deploy | ||
run-name: Deploy database changes to Supabase's Staging database. | ||
on: | ||
push: | ||
branches-ignore: | ||
- 'main' | ||
jobs: | ||
call-deploy-workflow: | ||
name: Call reusable deploy workflow | ||
runs-on: ubuntu-latest | ||
environment: | ||
name: staging | ||
uses: ./.github/workflows/deploy.yml | ||
Check failure on line 13 in .github/workflows/preview-deploy.yaml GitHub Actions / .github/workflows/preview-deploy.yamlInvalid workflow file
|
||
secrets: | ||
DATABASE_URL: ${{ secrets.DATABASE_URL }} | ||
DATABASE_DIRECT_URL: ${{ secrets.DATABASE_DIRECT_URL }} |