5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 10:00:49 +00:00

fix: no configurar ssh para rsyncd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-21 15:48:09 -03:00
parent 79398d0448
commit 4f74c6f6ca

View file

@ -38,6 +38,7 @@ class DeployRsync < Deploy
#
# @return [Boolean]
def ssh?
return true if destination.start_with? 'rsync://'
user, host = user_host
ssh_available = false