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}..." &&