Skip to content
AnthonyMastrean edited this page Dec 14, 2012 · 5 revisions

The MSDeploy Task can be used to run tasks with msdeploy.exe or, Web Deploy.

Web Deploy (msdeploy) simplifies deployment of Web applications and Web sites to IIS servers.

-- iis.net

Example

msdeploy :msdeploy do |deploy|
  deploy.server = ???
  deploy.deploy_package = ???
end

Parameters

These parameters are defined on the MSDeployTask.

deploy_package

parameters_file

server

username

password

additional_parameters

noop

Inherited Parameters

command

This task tries to find the correct path to msdeploy.exe, but you can override it.

msdeploy.command = 'path/to/msdeploy.exe'

Albacore

Meta & Config

Tasks

Dev & Docs

Clone this wiki locally