Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher2004 committed Apr 14, 2024
1 parent 4e29e09 commit 56766d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/db-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Setup golang-migrate
uses: docker://migrate/migrate:latest
with:
# entrypoint: migrate
args: up -path db/migrations
entrypoint: migrate
args: "-path=/migrations -database=postgres://${{ secrets.DB_USER }}:${{ secrets.DB_PASSWORD }}@localhost:5432/${{ secrets.DB_NAME }}?sslmode=disable up"

0 comments on commit 56766d8

Please sign in to comment.