mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 18:26:22 +00:00
Merge branch 'deploy-rsync' into panel.sutty.nl
This commit is contained in:
commit
b44b9dda98
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,14 @@ class DeployRsync < Deploy
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def env
|
||||||
|
{
|
||||||
|
'HOME' => home_dir,
|
||||||
|
'PATH' => '/usr/bin',
|
||||||
|
'LANG' => ENV['LANG']
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
# Confiar en la primera llave que encontremos, fallar si cambian
|
# Confiar en la primera llave que encontremos, fallar si cambian
|
||||||
#
|
#
|
||||||
# @return [Symbol]
|
# @return [Symbol]
|
||||||
|
|
Loading…
Reference in a new issue