mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 04:16:22 +00:00
feat: darle url a full rsync
This commit is contained in:
parent
d109eb76db
commit
0e70aed88c
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