Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrawley committed Jun 5, 2016
1 parent 15813f6 commit 5109f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions recipe/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
*/
env('timezone', 'UTC');
env('branch', ''); // Branch to deploy.
env('env', 'prod');
env('env_vars', ''); // Variable assignment before cmds (for example, SYMFONY_ENV={{env}})

env('git_cache', function () { //whether to use git cache - faster cloning by borrowing objects from existing clones.
Expand Down
1 change: 0 additions & 1 deletion recipe/symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

// Environment vars
env('env_vars', 'SYMFONY_ENV={{env}}');
env('env', 'prod');

// Adding support for the Symfony3 directory structure
set('bin_dir', 'app');
Expand Down

0 comments on commit 5109f73

Please sign in to comment.