Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Modernizing a Deploy script to standard distro v5.10.1

by RonW (Parson)
on May 24, 2019 at 18:22 UTC ( [id://11100485]=note: print w/replies, xml ) Need Help??

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 ],
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11100485]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 19:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found