Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Feb 11, 2023
1 parent b6d9bc2 commit af75a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go test -race -cover -v ./...

- name: Run Migrations
run: migrate -database postgres://${{ secrets.DB_USER }}:${{ secrets.DB_PASSWORD }}@${{ secrets.DB_HOST }}/btc_billionaire -path migrations ${{ github.event.inputs.migrate }} up
run: migrate -database ${{ secrets.POSTGRESQL_URL }} -path migrations ${{ github.event.inputs.migrate }} up

deployment:
runs-on: ubuntu-latest
Expand Down

0 comments on commit af75a96

Please sign in to comment.