mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Add "post-release" tasks in default environment yaml.
This commit is contained in:
		
							parent
							
								
									001fa82c51
								
							
						
					
					
						commit
						cadd36a576
					
				@ -52,7 +52,9 @@ class Mage_Command_BuiltIn_Add
 | 
				
			|||||||
                    . '  pre-deploy:' . PHP_EOL
 | 
					                    . '  pre-deploy:' . PHP_EOL
 | 
				
			||||||
                    . '  on-deploy:' . PHP_EOL
 | 
					                    . '  on-deploy:' . PHP_EOL
 | 
				
			||||||
                    . '    - deployment/rsync' . PHP_EOL
 | 
					                    . '    - deployment/rsync' . PHP_EOL
 | 
				
			||||||
 | 
					                    . ($withReleases ? ('  post-release:' . PHP_EOL) : '')
 | 
				
			||||||
                    . '  post-deploy:' . PHP_EOL;
 | 
					                    . '  post-deploy:' . PHP_EOL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $result = file_put_contents($environmentConfigFile, $baseConfig);
 | 
					        $result = file_put_contents($environmentConfigFile, $baseConfig);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if ($result) {
 | 
					        if ($result) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user