Deployer & Jenkins example files for CS-Cart/MultiVendor CI/CD processes
- Deployer https://deployer.org/docs/installation.html
- Jenkinsoptional https://www.jenkins.io/doc/book/installing/
ToDo
ToDo
dep --file=_tools/deploy.php deploy prod
task('clear:cache',function(){
cd(get('deploy_path'));
run('/usr/bin/php admin.php --dispatch=storage.clear_cache');
});