5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:04:16 +00:00

feat: darle url a full rsync

This commit is contained in:
f 2023-03-18 16:52:36 -03:00
parent 8b10cfb524
commit 91750116a1

View file

@ -19,4 +19,8 @@ class DeployFullRsync < DeployRsync
end
end.flatten.all?
end
def url
"https://#{user_host.last}/"
end
end