NAME

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

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:

clean

Remove all the current contents of the deploy directory before copying the new content.

SEE ALSO

Statocles::Deploy