Append reponame to ssh keys
This commit is contained in:
parent
7075cf02a3
commit
2b3d6b45b6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ block content
|
||||||
div.row
|
div.row
|
||||||
div.col-md-3 Public Key
|
div.col-md-3 Public Key
|
||||||
div.col-md-9
|
div.col-md-9
|
||||||
pre #{Key.Public}
|
pre #{Key.Public} #{Repo.Owner}-#{Repo.Name}@drone
|
||||||
div.row
|
div.row
|
||||||
div.col-md-12
|
div.col-md-12
|
||||||
div.alert.alert-danger
|
div.alert.alert-danger
|
||||||
|
|
Loading…
Reference in a new issue