mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Add Stage Constants.
This commit is contained in:
		
							parent
							
								
									a94f550a6c
								
							
						
					
					
						commit
						d55e18b34b
					
				@ -25,6 +25,30 @@ use Exception;
 | 
			
		||||
 */
 | 
			
		||||
abstract class AbstractTask
 | 
			
		||||
{
 | 
			
		||||
	/**
 | 
			
		||||
	 * Stage Constant for Pre Deployment
 | 
			
		||||
	 * @var string
 | 
			
		||||
	 */
 | 
			
		||||
	const STAGE_PRE_DEPLOY = 'pre-deploy';
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Stage Constant for Deployment
 | 
			
		||||
	 * @var string
 | 
			
		||||
	 */
 | 
			
		||||
	const STAGE_DEPLOY = 'deploy';
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Stage Constant for Post Deployment
 | 
			
		||||
	 * @var string
 | 
			
		||||
	 */
 | 
			
		||||
	const STAGE_POST_DEPLOY = 'post-deploy';
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Stage Constant for Post Release
 | 
			
		||||
	 * @var string
 | 
			
		||||
	 */
 | 
			
		||||
	const STAGE_POST_RELEASE = 'post-release';
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Configuration
 | 
			
		||||
	 * @var Config;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user