Skip to content

Commit

Permalink
One more attempt with IP
Browse files Browse the repository at this point in the history
  • Loading branch information
raarielgrace committed Dec 20, 2024
1 parent d412952 commit 45f0cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# npm ci
#- name: Run Prisma Migrations
# env:
# DATABASE_URL: "postgresql://${{ secrets.DB_USER }}:${{ secrets.DB_PASSWORD }}@nr-nmp-database-${{ github.event.number }}:${{ secrets.DB_PORT }}/${{ secrets.DB_NAME }}?schema=public"
# DATABASE_URL: "postgresql://${{ secrets.DB_USER }}:${{ secrets.DB_PASSWORD }}@10.98.51.10:${{ secrets.DB_PORT }}/${{ secrets.DB_NAME }}?schema=public"
# run: |
# cd backend
# npx prisma migrate deploy
Expand Down

0 comments on commit 45f0cdd

Please sign in to comment.