Skip to content

Commit 2797902

Browse files
Added doc for flow:context setting
1 parent 8d2fd7f commit 2797902

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ Easiest way is via composer. Just run `composer require codenamephp/deployer.flo
1818

1919
## Usage
2020

21-
Just use the provided tasks in your deployer file or extend the `\de\codenamephp\deployer\flow\task\AbstractFlowTask` and use the
21+
First you need to add the `flow:context` configuration to each host according to your context names.
22+
23+
Then just use the provided tasks in your deployer file or extend the `\de\codenamephp\deployer\flow\task\AbstractFlowTask` and use the
2224
`\de\codenamephp\deployer\flow\command\factory\iFlowCommandFactory` to run commands.

0 commit comments

Comments
 (0)