NAME
Statocles::Deploy::File - Deploy a site to a folder on the filesystem
VERSION
version 0.098
DESCRIPTION
This class allows a site to be deployed to a folder on the filesystem.
This class consumes Statocles::Deploy.
ATTRIBUTES
path
The path to deploy to.
METHODS
deploy
my
@paths
=
$deploy
->deploy(
$source_path
,
%options
);
Deploy the site, copying from the given source path.
Possible options are:
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.