Skip to content

Instantly share code, notes, and snippets.

@tomekjuranek
Created November 19, 2012 15:19
Show Gist options
  • Save tomekjuranek/4111228 to your computer and use it in GitHub Desktop.
Save tomekjuranek/4111228 to your computer and use it in GitHub Desktop.
Sitecore deploy application from package
"C:\Program Files (x86)\IIS\Microsoft Web Deploy V2\msdeploy.exe" -verb:sync -source:package="HomePage.zip" -dest:contentPath="C:\inetpub\wwwroot\HomePage\Website",includeAcls='False' -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectName=filepath,absolutePath=\\App_Offline.htm$ -skip:objectName=dirpath,absolutePath=\\temp$
"C:\Program Files (x86)\IIS\Microsoft Web Deploy V2\msdeploy.exe" -verb:sync -source:package="SitecoreData.zip" -dest:contentPath="C:\inetpub\wwwroot\HomePage\Data",includeAcls='False' -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectName=filepath,absolutePath=.*logs\\.*\.txt$ -skip:objectName=dirpath,absolutePath=indexes\\.*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment