args
All checks were successful
/ job (push) Successful in 1m18s

This commit is contained in:
Marc Beninca 2024-06-02 00:51:21 +02:00
parent 27738ea045
commit 34ed31e3aa
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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('~')