codenamephp/deployer.flow

This package provides deployer task for the flow framework.

1.2.0 2024-01-22 08:40 UTC

This package is auto-updated.

Last update: 2024-04-22 13:34:05 UTC


README

Packagist Version Packagist PHP Version Support Lines of code GitHub code size in bytes CI Packagist Downloads GitHub

What is it?

This package provides deployer task for the flow framework.

Installation

Easiest way is via composer. Just run composer require codenamephp/deployer.flow in your cli which should install the latest version for you.

Usage

First you need to add the flow:context configuration to each host according to your context names.

Then just use the provided tasks in your deployer file or extend the \de\codenamephp\deployer\flow\task\AbstractFlowTask and use the \de\codenamephp\deployer\flow\command\factory\iFlowCommandFactory to run commands.