mirror of
https://github.com/supabase/setup-cli.git
synced 2026-02-11 04:41:39 +00:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -68,11 +68,15 @@ steps:
|
|||||||
Release job to push schema changes to a Supabase project:
|
Release job to push schema changes to a Supabase project:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
env:
|
||||||
- uses: supabase/setup-cli@v1
|
SUPABASE_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
- run: supabase init
|
SUPABASE_DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
|
||||||
- run: supabase db remote set ${{ secrets.DB_URL }}
|
PROJECT_ID: <project-id>
|
||||||
- run: supabase db push
|
|
||||||
|
steps:
|
||||||
|
- uses: supabase/setup-cli@v1
|
||||||
|
- run: supabase link --project-ref $PROJECT_ID
|
||||||
|
- run: supabase db push
|
||||||
```
|
```
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
|
|||||||
Reference in New Issue
Block a user