Merge pull request #1383 from nils-werner/ssh-key-alias
Append reponame to ssh keys
This commit is contained in:
commit
247aadf84b
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