diff --git a/.circleci/config.yml b/.circleci/config.yml index b45659e..4095950 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: steps: - checkout - add_ssh_keys - - run: apt-get update; apt-get install -yy openssh-client + - run: apt-get update; apt-get install -yy openssh-client wget - 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