Skip to content

Commit

Permalink
Merge pull request #986 from mficzel/task/updateFlowRecipeForDeployer4
Browse files Browse the repository at this point in the history
TASK: Fix deployer namespace and remove deprecated method calls +
  • Loading branch information
antonmedv authored Jan 27, 2017
2 parents e3fd818 + d93f024 commit 29ad26f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/flow_framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
* file that was distributed with this source code.
*/

namespace Deployer;

require_once __DIR__ . '/common.php';

// Flow-Framework application-context
env('flow_context', 'Production');
set('flow_context', 'Production');

// Flow-Framework cli-command
env('flow_command', 'flow');
set('flow_command', 'flow');

// Flow-Framework shared directories
set('shared_dirs', [
Expand Down

0 comments on commit 29ad26f

Please sign in to comment.