Fixing SCP args
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
name: Copying DetectionLab repo to Packet server
|
name: Copying DetectionLab repo to Packet server
|
||||||
command: |
|
command: |
|
||||||
export IP_ADDRESS=$(cat /tmp/ip_address);
|
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:
|
- run:
|
||||||
name: Copying install script to Packet server
|
name: Copying install script to Packet server
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Reference in New Issue
Block a user