Skip to content

Commit

Permalink
feat: migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Ilham committed Feb 11, 2023
1 parent 0ba0761 commit ce714de
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 ${{ secrets.POSTGRESQL_URL }} -path migrations ${{ github.event.inputs.migrate }} up
run: migrate -database postgres://${{ secrets.DB_USER }}:${{ secrets.DB_PASSWORD }}@${{ secrets.DB_HOST }}/btc_billionaire -path migrations ${{ github.event.inputs.migrate }} up

deployment:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce714de

Please sign in to comment.