Yes, using the Webhook you can trigger a deployment after your CI/CD build has completed successfully.

Below is an example task you can add to your GitHub Actions file:

      - name: Trigger webhook
        run: curl -fS -X POST ${{secrets.WEBHOOK_ENDPOINT}}