PHP code example of lameco / deployer-tasks
1. Go to this page and download the library: Download lameco/deployer-tasks library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lameco / deployer-tasks example snippets
// Override or extend parameters if needed
set('lameco_assets_dirs', ['public/build']);
add('lameco_supervisor_configs', ['app.conf', 'queue.conf']);
set('lameco_php_config', 'php-fpm-customuser.service');
bash
php <(curl -s https://gist.githubusercontent.com/development-lameco/02e829e96ec8e7dd99657c5d65c2a09c/raw) .