parent
d5e8008417
commit
4e9a2f3804
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,7 @@ def cd_synchronize():
|
||||||
|
|
||||||
|
|
||||||
def install_commands(path):
|
def install_commands(path):
|
||||||
|
step('Install commands')
|
||||||
user = '/usr/local/bin'
|
user = '/usr/local/bin'
|
||||||
for command in [
|
for command in [
|
||||||
'browse-workspace',
|
'browse-workspace',
|
||||||
|
@ -89,6 +90,8 @@ def install_commands(path):
|
||||||
|
|
||||||
|
|
||||||
def set_ssh(*arguments):
|
def set_ssh(*arguments):
|
||||||
|
step('Set SSH')
|
||||||
|
#
|
||||||
ssh_key, ssh_hosts = arguments
|
ssh_key, ssh_hosts = arguments
|
||||||
#
|
#
|
||||||
ssh_type = 'ed25519'
|
ssh_type = 'ed25519'
|
||||||
|
|
Loading…
Reference in a new issue