mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 19:46:22 +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
|
||||||
end.flatten.all?
|
end.flatten.all?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def url
|
||||||
|
"https://#{user_host.last}/"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue