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: |