# File lib/chef/provider/deploy.rb, line 75 def action_force_deploy if all_releases.include?(release_path) Chef::Log.info("Already deployed app at #{release_path}, forcing.") FileUtils.rm_rf(release_path) end deploy @new_resource.updated_by_last_action(true) end