The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Statocles::Deploy::File - Deploy a site to a folder on the filesystem

VERSION

version 0.053

DESCRIPTION

This class allows a site to be deployed to a folder on the filesystem.

This class extends Statocles::Store::File.

ATTRIBUTES

path

The path to deploy to.

METHODS

deploy

    my @paths = $deploy->deploy( $from_store, $message );

Deploy the site, copying from the given from_store with the given commit message (if applicable). Returns the paths that were deployed.

SEE ALSO

Statocles::Store::File
Statocles::Deploy

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 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.