mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +00:00
feat: darle url a full rsync
This commit is contained in:
parent
8b10cfb524
commit
91750116a1
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@ class DeployFullRsync < DeployRsync
|
|||
end
|
||||
end.flatten.all?
|
||||
end
|
||||
|
||||
def url
|
||||
"https://#{user_host.last}/"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue