diff --git a/drone/deliver.sh b/drone/deliver.sh index a7ec945..4ea3f2a 100755 --- a/drone/deliver.sh +++ b/drone/deliver.sh @@ -53,4 +53,4 @@ SERV_DIR="$DIR/application/$TYPE" echo "making delivery onto '$USER@$IP:$SERV_DIR'" ls $OUT_DIR -scp -o "StrictHostKeyChecking no" -r "$OUT_DIR" "$USER@$IP:$SERV_DIR" \ No newline at end of file +scp -o "StrictHostKeyChecking no" -r "$OUT_DIR/*" "$USER@$IP:$SERV_DIR" \ No newline at end of file