Build deployment (public)
Create a deployment job for a public project. You can only create deployments for “wasm” and “wasm-browser-simd” deployment types. If a deployment already exists, jobId is null. If a deployment did not exist, or a job is created, jobId is set to an integer, and you can get updates via getPublicDeploymentStatus. When this step is complete use downloadHistoricDeployment to download the artefacts using deploymentVersion. Updates are NOT streamed over the websocket API (for security reasons); but can be obtained via getPublicDeploymentStatus.
Authorizations
Path Parameters
Project ID
Query Parameters
Impulse ID. If this is unset then the default impulse is used.
Body
Response
OK
Whether the operation succeeded
Deployment version. Use downloadHistoricDeployment to download the deployment using this identifier (once the job is finished).
Optional error description (set if 'success' was false)
Set if a job was created (or was already running) for this deployment. Use this ID to poll to the job logs via 'GetPublicDeploymentStatusResponse'.