Skip to content

HTTP

The deployment is always triggered by a HTTP request. You can use any HTTP client to trigger the deployment.

You need to send a POST request to /v1/deploy with the header X-Deploy-Token.

Examples

Terminal window
curl -X POST -m 300 -H "X-Deploy-Token: YourToken" https://deploy.example.com/v1/deploy