Skip to content

simtechdev/cs-cart-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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');
});