Skip to content

Commit

Permalink
fix: tidying up deploy url error
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeversiane committed Jun 14, 2024
1 parent be177eb commit 111a939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
needs: [migrate]
runs-on: ubuntu-latest
steps:
- name: Deploy API
- name: Deploy API to Render
run: |
curl -X POST \
-H "Content-Type: application/json" \
-d '{"branch": "main"}' \
${{ env.DB_URL }}
${{ env.DEPLOY_HOOK }}

0 comments on commit 111a939

Please sign in to comment.