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 a9e4117 commit 8d22797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
docker run --rm
--volume ${{ github.workspace }}/src/main/resources/db.migration:/flyway/sql:ro
flyway/flyway:7.12.1-alpine
-url="jdbc:postgresql://aws-0-eu-central-1.pooler.supabase.com:5432/postgres?user=postgres.cyvmmlkvpqakdrcxdbbc&password=${{ secrets.SUPABASE_DB }}"
-url="postgres://postgres.cyvmmlkvpqakdrcxdbbc:${{ secrets.SUPABASE_DB }}@aws-0-eu-central-1.pooler.supabase.com:5432/postgres"
migrate

0 comments on commit 8d22797

Please sign in to comment.