Deploy key

Public SSH key of the deploy user. Add it to private repositories (as a read-only deploy key) so the panel can clone them.

<% if (deployKey) { %>
<%= deployKey %>
<% } else { %>
No key found at <%= keyPath %>.
<% } %>