added public key to repo settings

This commit is contained in:
Brad Rydzewski 2015-04-16 15:15:05 -07:00
parent c4279678e8
commit fd5a017384
2 changed files with 15 additions and 10 deletions

View file

@ -26,7 +26,7 @@ secret=""
expires = ""
[database]
path=""
path = "/etc/drone/drone.db"
[docker]
cert = ""

View file

@ -37,6 +37,11 @@
</li>
</ul>
<div>
<label>Public Key</label>
<pre>{{ repo.keypair.public }}</pre>
</div>
<button ng-click="save(repo)">Save</button>
<button ng-click="delete(repo.full_name)">Delete</button>
</form>