Fixing SCP args

This commit is contained in:
Chris Long
2018-02-15 10:38:25 -08:00
parent d853579b14
commit e5782334b3

View File

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