From e5782334b3666ffa63df54b15d09ef005a23b6d5 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 15 Feb 2018 10:38:25 -0800 Subject: [PATCH] Fixing SCP args --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 18c1f57..f5b94bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: name: Copying DetectionLab repo to Packet server command: | export IP_ADDRESS=$(cat /tmp/ip_address); - scp -ir ~/.ssh/id_rsa ~/repo root@"$IP_ADDRESS":/opt/DetectionLab + scp -i ~/.ssh/id_rsa -r ~/repo root@"$IP_ADDRESS":/opt/DetectionLab - run: name: Copying install script to Packet server command: |