Deployments

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