This commit is contained in:
Marc Beninca 2024-06-05 11:55:25 +02:00
parent 5c9f50edfa
commit c1eaf978d7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -90,7 +90,8 @@ def install_commands(path):
def set_ssh(*arguments):
ssh_key, ssh_hosts = arguments
ssh_type = projects.environment.get('CD_SSH_TYPE', 'ed25519')
#
ssh_type = 'ed25519'
#
home = os.path.expanduser('~')
#