Skip to content
Snippets Groups Projects
Commit f244c0c6 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Try with installing cachetool on the server

parent 0fb16b6b
No related branches found
No related tags found
No related merge requests found
Pipeline #73565 passed
...@@ -43,7 +43,8 @@ host('development') ...@@ -43,7 +43,8 @@ host('development')
->set('rsync', $rsync_config) ->set('rsync', $rsync_config)
->set('rsync_src', __DIR__.'/../') ->set('rsync_src', __DIR__.'/../')
->set('rsync_dest', '{{release_path}}') ->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 // Build task
task('build-custom', function () { task('build-custom', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment