Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hallatore/teamdeploy

Simple msdeploy wrapper
https://github.com/hallatore/teamdeploy

Last synced: 19 days ago
JSON representation

Simple msdeploy wrapper

Awesome Lists containing this project

README

        

A simple wrapper around msdeploy for easier deployment
Also avoids showing usernames and passwords in the build log.

Example usage:

Deploy
TeamDeploy -source "E:\Deploy\MyWebApp\_PublishedWebsites\MyWebApp.csproj" -dest "E:\myWebApp" -destMachine "myserver" -ignore ".*\.config"

Backup
TeamDeploy -source "E:\myWebApp" -sourceMachine "myserver" -dest "E:\Backup\Date(yyyyMMdd-HHmm) - myWebApp.zip" -destMachine "myserver"

Arguments
-source
-sourceMachine
-dest
-destMachine
-ingore Ignore files that should not be included in the sync (same structure as msdeploy -ignore)