Skip to content

Commit

Permalink
[ADD] - github actions for flyway migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
tofiksa committed Mar 31, 2024
1 parent 45a922b commit 1569724
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
postgres:
image: postgres
env:
SUPABASE_HOST: ${{ secrets.SUPABASE_HOST }}
SUPABASE_PORT: ${{ secrets.SUPABASE_PORT }}
SUPABASE_USER: ${{ secrets.SUPABASE_USER }}
SUPABASE_DB: ${{ secrets.SUPABASE_DB }}
POSTGRES_PASSWORD: ${{ secrets.SUPABASE_PASS }}
POSTGRES_USER: ${{ secrets.SUPABASE_USER }}
POSTGRES_DB: ${{ secrets.SUPABASE_DB }}
steps:
- uses: actions/checkout@v2
- uses: joshuaavalon/[email protected]
Expand Down

0 comments on commit 1569724

Please sign in to comment.