post
https://{yourinstance}.makaira.io/storefront/deployments/github/deploy
Triggers a new deployment from the configured auto-deploy branch.
Triggers a new deployment from the currently configured auto-deploy branch.
Requires the storefront:deployments:write or storefront.write permission.
Request
POST /storefront/deployments/github/deploy
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns HTTP 200 with {"ok": true} on success. Returns HTTP 429 Too Many Requests if a deployment was already triggered recently.
Example Response
{
"ok": true
} 429Too Many Requests — deployment already in progress

