diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03ab043..a64205d 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@v0.0.8 + with: + service-id: ${{ secrets.MY_RENDER_SERVICE_ID }} + api-key: ${{ secrets.MY_RENDER_API_KEY }} + wait-for-success: true