<h1>Deploy key</h1>

<div class="card">
  <p class="muted" style="margin-top:0">
    Public SSH key of the <code>deploy</code> user. Add it to private repositories
    (as a read-only deploy key) so the panel can clone them.
  </p>
  <% if (deployKey) { %>
  <div class="copyrow">
    <code><%= deployKey %></code>
    <button class="btn small" type="button" data-copy="<%= deployKey %>" onclick="copyText(this)">Copy</button>
  </div>
  <% } else { %>
  <div class="flash err" style="margin-bottom:0">No key found at <code><%= keyPath %></code>.</div>
  <% } %>
</div>
