← Back to deployments

Deployment #{{ deployment.id }}

App: {{ deployment.app_id }}
Status: {{ deployment.status }}
Kind: {{ deployment.kind }}
Started: {{ deployment.started_at }}
Finished: {{ deployment.finished_at }}
Return code: {{ deployment.returncode }}

STDOUT

{{ deployment.stdout }}

STDERR

{{ deployment.stderr }}