From b97ea8c6675acc8605493bbe0aea5acce5b03351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=83=D1=80=D0=B4=D0=B5=D0=BD=D0=BA=D0=BE=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Tue, 24 Jun 2025 14:37:02 +0300 Subject: [PATCH] test --- ci/deploy/deploy-template.inc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/deploy/deploy-template.inc.yml b/ci/deploy/deploy-template.inc.yml index 4a756a2..f3a4e91 100644 --- a/ci/deploy/deploy-template.inc.yml +++ b/ci/deploy/deploy-template.inc.yml @@ -8,6 +8,7 @@ - which ssh-agent || (apt-get update -y && apt-get install openssh-client -y) - eval $(ssh-agent -s) - mkdir -p ~/.ssh + - pwd - echo -n "$TECH_SSH_KEY" | base64 -d > ~/.ssh/id_rsa - chmod 700 ~/.ssh - chmod 600 ~/.ssh/id_rsa @@ -28,6 +29,7 @@ # - chmod 644 ~/.ssh/known_hosts - chmod -R 400 ~/.ssh script: + - pwd - > for stand in $STANDS; do echo -e "Connect to ${stand}..." &&