Help for this page

Select Code to Download


  1. or download this
    my %pathsToDep­loy;
    my %filesToDep­loy;
    ...
    
        # other code
    }
    
  2. or download this
    DEPLOYER::Dep­loy  (
        "MY_LAUNCHER_1102320­0099.sh" => [ '/fancy/deploy/path', 0775 ]­,
        "fileSanity.pl"              => [ '/fancy/deploy/path'­, 0775 ],
        "transferFile.sh"            => [ '/fancy/deploy/path'­, 0775 ],
    );