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

NAME

Giblog::Command::deploy - Deployment Command

DESCRIPTION

Giblog::Command::deploy is a command to deploy web sites.

USAGE

  giblog deploy

METHODS

Giblog::Command::deploy inherits all methods from Giblog::Command and implements the following deploy ones.

run

  $command->run(@argv);

deploy command execute deploy.pl in the home directory.

You can write any deployment process in deploy.pl.

Command line arguments except the ones Giblog uses are passed to deploy command.