pub async fn trigger_deploy(
__arg0: State<AppState>,
__arg1: Json<DeployRequest>,
) -> Result<Json<DeployResponse>>Available on crate feature
postgres only.Expand description
POST /api/admin/deploy — trigger a deployment
pub async fn trigger_deploy(
__arg0: State<AppState>,
__arg1: Json<DeployRequest>,
) -> Result<Json<DeployResponse>>postgres only.POST /api/admin/deploy — trigger a deployment