Michael Graham

Results 3 comments of Michael Graham

@aaronhuisinga It looks like the way to achieve this is to do the following: ``` desc('Build the project for staging deployment'); task('build', function () use ($buildPath) { invoke('build:directory'); invoke('build:copy'); within($buildPath,...

@antonmedv One thing that may cause confusion is the logs. I.e. say I have a host named 'remote-host' task('version', function() { runLocally('php --version'); }); dep version -v ``` [] run...

Famous last words - "I'll do it this weekend"