We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2fd7f commit 2797902Copy full SHA for 2797902
1 file changed
README.md
@@ -18,5 +18,7 @@ Easiest way is via composer. Just run `composer require codenamephp/deployer.flo
18
19
## Usage
20
21
-Just use the provided tasks in your deployer file or extend the `\de\codenamephp\deployer\flow\task\AbstractFlowTask` and use the
+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
24
`\de\codenamephp\deployer\flow\command\factory\iFlowCommandFactory` to run commands.
0 commit comments