June 2017
Intermediate to advanced
536 pages
9h 49m
English
There are several key concepts that comprise of the Deployer applications:
set('color', 'Yellow');set('hello', function () { return run(...)->toString();});
desc('Foggyline task #1');task('update', 'apt-get update');desc('Foggyline task #2');task('task_2', function () { run(...);});
server('mphp7_staging', ...