added public key to repo settings
This commit is contained in:
parent
c4279678e8
commit
fd5a017384
2 changed files with 15 additions and 10 deletions
|
@ -26,7 +26,7 @@ secret=""
|
|||
expires = ""
|
||||
|
||||
[database]
|
||||
path=""
|
||||
path = "/etc/drone/drone.db"
|
||||
|
||||
[docker]
|
||||
cert = ""
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue