Deployment #<%= dep.id %> · <%= dep.app %> <%= h.depLabel(dep.status) %>

source: <%= dep.source %> · commit: <%= h.shortSha(dep.commit_sha) %> · started: <%= h.fmtTime(dep.started_at) %> · duration: <%= h.duration(dep.started_at, dep.finished_at) %> <% if (dep.release_dir) { %> · release: <%= dep.release_dir %><% } %>
<% if (typeof msg !== 'undefined' && msg) { %>
<%= msg %>
<% } %> <% if (typeof err !== 'undefined' && err) { %>
<%= err %>
<% } %> <% if (typeof fix !== 'undefined' && fix) { %>

💡 <%= fix.title %>

<%= fix.detail %>

<% } %>
<%= live ? 'Streaming live log…' : '' %>
<%= content %>
<% if (live) { %> <% } %>