Skip to content

Deploy database changes to Supabase's Staging database. #6

Deploy database changes to Supabase's Staging database.

Deploy database changes to Supabase's Staging database. #6

Workflow file for this run

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.yaml

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

View workflow run for this annotation

GitHub Actions / staging-deploy

Invalid workflow file

The workflow is not valid. .github/workflows/preview-deploy.yaml (Line: 13, Col: 5): Unexpected value 'uses' .github/workflows/preview-deploy.yaml (Line: 14, Col: 5): Unexpected value 'secrets'
secrets:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DATABASE_DIRECT_URL: ${{ secrets.DATABASE_DIRECT_URL }}