File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818task ('files:static_assets ' , '{{bin/php}} {{magento_bin}} setup:static-content:deploy {{languages}} {{static_deploy_options}} ' );
1919task (
2020    'files:permissions ' ,
21-     'cd {{magento_dir}} &&  chmod -R g+w var vendor pub/static pub/media app/etc && chmod u+x bin/magento ' 
21+     'chmod -R g+w var vendor pub/static pub/media app/etc && chmod u+x bin/magento ' 
2222);
2323
2424desc ('Generate Magento Files ' );
Original file line number Diff line number Diff line change 2626task ('artifact:upload ' , function  () {
2727    upload (get ('artifact_path ' ), '{{release_path}} ' );
2828});
29+ 
2930task ('artifact:extract ' , ' 
30- 	tar -xzf  {{release_path}}/{{artifact_file}} -C {{release_path}}; 
31+ 	tar -xzpf  {{release_path}}/{{artifact_file}} -C {{release_path}}; 
3132	rm -rf {{release_path}}/{{artifact_file}} 
3233 ' );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments