codenamephp / deployer.flow

Deployer extension for the flow framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deployer.flow

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.

About

Deployer extension for the flow framework

License:Apache License 2.0


Languages

Language:PHP 100.0%Language:Dockerfile 0.0%