Skip to content

Commit

Permalink
fix:workflow curl request for render deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldahal committed May 31, 2024
1 parent bc3fbfb commit 6afe33c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
--url "https://api.render.com/v1/services/${{ secrets.RENDER_SERVICE_ID }}/deploys" \
--header "accept: application/json" \
--header "authorization: Bearer ${{ secrets.RENDER_API_KEY }}" \
--header "content-type: application/json" \
--data '{"clearCache":false}'
--header "content-type: application/json"

0 comments on commit 6afe33c

Please sign in to comment.