Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit 587d4ab

Browse files
trsteel88antonmedv
authored andcommitted
Fix missing cachetool_args (#192)
* Cannot use --web option The cachetool has a --web option. However, this cannot be used because --fcgi= is always prefixed in front of the options. Adding cachetool_args allows you to customise all arguments. * Set default value
1 parent 6c8df09 commit 587d4ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe/cachetool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
namespace Deployer;
99

1010
set('cachetool', '');
11+
set('cachetool_args', '');
1112
set('bin/cachetool', function(){
1213
return run("{{bin/php}} -r \"echo version_compare(phpversion(), '7.1') == -1 ? 'cachetool-3.2.1.phar' : 'cachetool.phar';\"");
1314
});

0 commit comments

Comments
 (0)