Merge branch 'ssh-git' into staging
This commit is contained in:
commit
0b9d178d90
1 changed files with 2 additions and 2 deletions
|
@ -161,12 +161,12 @@ class Site
|
||||||
|
|
||||||
# @return [String]
|
# @return [String]
|
||||||
def public_key
|
def public_key
|
||||||
@public_key ||= Rails.root.join('.ssh', 'id_ed25519.pub')
|
@public_key ||= Rails.root.join('.ssh', 'id_ed25519.pub').to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
# @return [String]
|
# @return [String]
|
||||||
def private_key
|
def private_key
|
||||||
@private_key ||= Rails.root.join('.ssh', 'id_ed25519')
|
@private_key ||= Rails.root.join('.ssh', 'id_ed25519').to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
def relativize(file)
|
def relativize(file)
|
||||||
|
|
Loading…
Reference in a new issue