parent
27738ea045
commit
34ed31e3aa
1 changed files with 1 additions and 2 deletions
|
@ -87,8 +87,7 @@ def install_commands(path):
|
||||||
|
|
||||||
|
|
||||||
def set_ssh(*arguments):
|
def set_ssh(*arguments):
|
||||||
ssh_hosts = arguments[0]
|
ssh_key, ssh_hosts = arguments
|
||||||
ssh_key = projects.environment.get('CD', None)
|
|
||||||
ssh_type = projects.environment.get('CD_SSH_TYPE', 'ed25519')
|
ssh_type = projects.environment.get('CD_SSH_TYPE', 'ed25519')
|
||||||
#
|
#
|
||||||
home = os.path.expanduser('~')
|
home = os.path.expanduser('~')
|
||||||
|
|
Loading…
Reference in a new issue