Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhramtsov committed Nov 17, 2018
1 parent 1d52e5d commit f4f89aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
add('writable_dirs', []);
set('allow_anonymous_stats', false);

set('bin/console', function () {
return parse('php {{release_path}}/bin/console --no-interaction');
});

// Hosts
host(getenv('DEPLOY_HOST'))
->stage('production')
Expand Down

0 comments on commit f4f89aa

Please sign in to comment.