Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallatore/teamdeploy
Simple msdeploy wrapper
https://github.com/hallatore/teamdeploy
Last synced: 19 days ago
JSON representation
Simple msdeploy wrapper
- Host: GitHub
- URL: https://github.com/hallatore/teamdeploy
- Owner: hallatore
- Created: 2011-05-12T10:17:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-03T12:40:15.000Z (over 13 years ago)
- Last Synced: 2024-10-29T18:37:34.930Z (2 months ago)
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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)