Overview
Within Envoyer, your application is represented by a “project”. Projects can be deployed to one or more servers at the same time.Creating a Project
To create a project, click the Add Project button at the top of the Envoyer dashboard. You will be presented with a modal that asks you to provide a few details about the project. If you don’t see the Source Control provider that you need, make sure that you’ve linked it in your account settings. Once you’ve provided the details regarding your project, click Save Project.To create new projects, you must be subscribed to one of Envoyer’s paid subscriptions.
Project Settings
To make changes to your project settings, click the Settings button at the top of the project’s dashboard. From here, you can change the project settings, source control settings, and delete the project. In addition, you can edit the project’s name, type, health check URL, and how many deployments to retain for the projectHealth Checks
When your site has finished deploying, Envoyer can ping it to ensure that it is still available. Health checks are performed from three locations:- New York
- London
- Singapore
The configured URL must return a
2xx status code. All other status codes will be considered a failure.Health Check IP Addresses
If your application firewall requires you to allow access from the health check monitors by IP address, you should allow the following IP addresses so that Envoyer can ping your URL:- New York:
198.199.84.22 - London:
167.71.140.19 - Singapore:
167.71.208.72