The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Rex::Apache::Deploy::tgz - Deploy tgz package

DESCRIPTION

With this module you can deploy a TGZ packages.

If the package is not build yet, it will pass all the arguments to the build() function and executes the build on the local machine.

SYNOPSIS

deploy "my-software.tgz";

deploy "my-software",
  type   => "rpm",
  version => "1.0",
  # below this, it is all optional
  source  => "html",
  path   => "/var/www/html";