From f4f89aaca07beea44d564f97b13783029820c2c4 Mon Sep 17 00:00:00 2001 From: Vladimir Khramtsov Date: Sat, 17 Nov 2018 19:25:25 +0300 Subject: [PATCH] Fix deployment --- deploy.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.php b/deploy.php index 97222c3..5f146e2 100644 --- a/deploy.php +++ b/deploy.php @@ -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')