From c75c235694ae898ff957cfd987fe8c3c342f0f51 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 14 Mar 2020 20:30:52 +0300 Subject: [PATCH] Use sup tool for deploy Fix deploy image again --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 909e006..29af6fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: steps: - checkout - add_ssh_keys - - run: apk add -u openssh-client +# - run: apk add -u openssh-client - run: ssh-keyscan "$TARGET_HOST" >> ~/.ssh/known_hosts # Prepare sup deploy tool - run: wget https://github.com/pressly/sup/releases/download/v0.5.3/sup-linux64 -O sup