> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qa.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Envoyer

> Trigger your test from a GitHub repo

## Envoyer

Envoyer is a zero-downtime PHP deployment tool created by the makers of Laravel. It allows you to deploy PHP and Laravel applications without downtime, supporting integrations with GitHub, Bitbucket, GitLab, Slack, and other services. Features include seamless deployment rollbacks, application health checks, cron job monitoring, and deployment to multiple servers. It offers various plans starting at \$10 per month, allowing unlimited team members and projects depending on the tier.

## Envoyer Integration

Connecting QA.tech to your Envoyer setup is simple. Follow these steps.

<Steps>
  <Step title="Navigate to Deployment Hooks">
    Inside Envoyer, find your project and navigate to the section Deployment Hooks, and press "Add Hook"

    <img src="https://mintcdn.com/qatech/awtlj7WS6M855cNN/images/envoyer1.png?fit=max&auto=format&n=awtlj7WS6M855cNN&q=85&s=fe274027634d27afd803c0040b4b375a" alt="Deployment Hook page" width="2452" height="2289" data-path="images/envoyer1.png" />
  </Step>

  <Step title="Add the hook">
    Fill in the modal with the following values:

    Name: `Trigger QA.tech Tests`

    Script: Fetch this script from QA.tech
    The script are found in Congiguration / Integration at QA.tech

    <img src="https://mintcdn.com/qatech/awtlj7WS6M855cNN/images/envoyer2.png?fit=max&auto=format&n=awtlj7WS6M855cNN&q=85&s=c52e6e31d8943871868d636af63a2efe" alt="Add Hook Modal" width="2460" height="2243" data-path="images/envoyer2.png" />
  </Step>

  <Step title="Verify that the hook was added">
    It should show up in the list of hooks

    <img src="https://mintcdn.com/qatech/awtlj7WS6M855cNN/images/envoyer3.png?fit=max&auto=format&n=awtlj7WS6M855cNN&q=85&s=bdd6028a763753158a927503276336b7" alt="Verify that Hook is added" width="2484" height="943" data-path="images/envoyer3.png" />
  </Step>
</Steps>
