From 111a9392f4cb247cc380252ff45094b0690fd21c Mon Sep 17 00:00:00 2001 From: Felipe Fernandes Versiane Date: Thu, 13 Jun 2024 22:26:38 -0300 Subject: [PATCH] fix: tidying up deploy url error --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2194a6b..cc58d90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}