Method: CachedDeploy#cleanup

Defined in:
lib/chef-deploy/cached_deploy.rb

#cleanupObject



78
79
80
81
82
# File 'lib/chef-deploy/cached_deploy.rb', line 78

def cleanup
  while all_releases.size >= 5
    FileUtils.rm_rf oldest_release
  end
end