diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03ab043..d7ef1a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,3 +22,10 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 + + - name: Render deploy + uses: johnbeynon/render-deploy-action@747373cdb7b9b3f561438e063ee0815b71584f1b + with: + service-id: ${{ secrets.RENDER_SERVICE_ID }} + api-key: ${{ secrets.RENDER_API_KEY }} + wait-for-success: true