Skip to content

Commit

Permalink
Update pgmigrate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BasedDepartment1 authored Nov 4, 2023
1 parent e8ffa3e commit 47d8997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pgmigrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
PGDATABASE: ${{ vars.POSTGRES_DATABASE }}
PGUSER: ${{ secrets.POSTGRES_USER }}
PGPASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
run: pgmigrate -c "sslmode=verify-full target_session_attrs=write" -v -t latest migrate
run: pgmigrate -c "sslmode=verify-full target_session_attrs=read-write" -v -t latest migrate

0 comments on commit 47d8997

Please sign in to comment.