Skip to content

regiomedia/deployer-recipe-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Deployer Check Recipe

Simple Deployer recipe that checks for uncommited and unpushed changes in current release folder.

Task will throw RuntimeException if finds any uncommited/unpushed data.

Usage

Just run check task before new release creation

before('deploy:release', 'check');

or

before('deploy:release', 'check:uncommited');
before('deploy:release', 'check:unpushed');

Releases

No releases published

Packages

No packages published

Languages