From 4e9a2f3804857a52b40bd5c780db0c01c33121f2 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 5 Jun 2024 17:04:06 +0200 Subject: [PATCH] steps --- cd/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cd/__init__.py b/cd/__init__.py index c4cccff..840d848 100644 --- a/cd/__init__.py +++ b/cd/__init__.py @@ -76,6 +76,7 @@ def cd_synchronize(): def install_commands(path): + step('Install commands') user = '/usr/local/bin' for command in [ 'browse-workspace', @@ -89,6 +90,8 @@ def install_commands(path): def set_ssh(*arguments): + step('Set SSH') + # ssh_key, ssh_hosts = arguments # ssh_type = 'ed25519'