From f244c0c653ff86552b7f29b3650c7eee43ec518f Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 14 Dec 2021 16:07:12 +0100 Subject: [PATCH] Try with installing cachetool on the server --- .gitlab-ci/deploy.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/deploy.php b/.gitlab-ci/deploy.php index 40e6de7..8568fb2 100644 --- a/.gitlab-ci/deploy.php +++ b/.gitlab-ci/deploy.php @@ -43,7 +43,8 @@ host('development') ->set('rsync', $rsync_config) ->set('rsync_src', __DIR__.'/../') ->set('rsync_dest', '{{release_path}}') - ->set('cachetool', '127.0.0.1:9001'); + ->set('cachetool', '127.0.0.1:9001') + ->set('bin/cachetool', '/home/mw/bin/cachetool'); // Build task task('build-custom', function () { -- GitLab