simtechdev / cs-cart-deploy

deployer.org example files for CI/CD processes for CS-Cart/MultiVendor

Home Page:https://simtechdev.com/blog/development-automation-that-makes-your-business-project-safe-reliable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs-cart-deploy

Deployer & Jenkins example files for CS-Cart/MultiVendor CI/CD processes

Requirements

Example cases of usage

ToDo

Manual Deployer usage

ToDo

dep --file=_tools/deploy.php deploy prod

Some useful CS-Cart/MultiVendor commands for CI/CD processes

The correct way for CS-Cart cache clear

task('clear:cache',function(){
  cd(get('deploy_path'));
  run('/usr/bin/php admin.php --dispatch=storage.clear_cache');
});

About

deployer.org example files for CI/CD processes for CS-Cart/MultiVendor

https://simtechdev.com/blog/development-automation-that-makes-your-business-project-safe-reliable/

License:MIT License


Languages

Language:PHP 100.0%