Deployments
ID
App
Kind
Status
Started
Finished
Return Code
{% for deploy in deployments %}
#{{ deploy.id }}
{{ deploy.app_id }}
{{ deploy.kind }}
{{ deploy.status }}
{{ deploy.started_at }}
{{ deploy.finished_at or '-' }}
{{ deploy.returncode or '-' }}
{% endfor %}