SN_PROD

NAME

sn_prod - A function to do a production deployment

SYNOPSIS

sn_prod(src:string,dst:string,[dryrun:bool])

DESCRIPTION

This function is use to do a production deployment.

It will copy all files that are newer in the source directory to the destination directory.

A file can also be specified.

EXAMPLES

sn_prod("/staging","/html");

SEE ALSO

extenso_functions()

See page prod.sn

AUTHOR

Written by Pierre Laplante

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com