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

Maybe this way?

parent 5f3dde27
No related branches found
No related tags found
No related merge requests found
Pipeline #73544 failed
...@@ -11,6 +11,8 @@ require 'recipe/cachetool.php'; ...@@ -11,6 +11,8 @@ require 'recipe/cachetool.php';
// Global config // Global config
set('allow_anonymous_stats', false); set('allow_anonymous_stats', false);
set('cachetool_binary', 'cachetool-7.0.0.phar');
$rsync_config = [ $rsync_config = [
'exclude' => [ 'exclude' => [
'.git', '.git',
...@@ -43,8 +45,7 @@ host('development') ...@@ -43,8 +45,7 @@ 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('cachetool_binary', 'cachetool-7.0.0.phar');
// 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