This is a simple open source deployment utility which helps every developer to make deployments as easy as possible. The target is to support
- IIS
- Windows Service
- XCopy
- Databases
- [you name it]
It will be easy to add your own deployment logic for another package type.
PowerDeploy has multiple components:
What is deployed on UAT? What's in TEST? Those questions can be answered with the PowerDeploy Dashboard! We strongly believe that deployments and build's should be decoupled. While the build server creates NuGet Packages, the dashboard is used to show what packages are available you are able to trigger a deployment. Please Note: this is more or less an educational project about AngularJS, Servicestack and RavenDB for me, so nothing read for use.
Got tired of ms config-transform? Transformer is a simple template engine (based on string-replacements) which lets you transform any files (like web.config
or app.configs
to a specific environment. For us, config transformation should really be very simple and readable: have a template with placeholders and do some string replacements.
There is a NuGet Package which adds some commands to your NuGet Package Manager Console in Visual Studio to do the transformations locally: Install-Package PowerDeploy.PackageManagerExtension
See more in the Wiki
- tobiaszuercher (Tobias Zürcher)
- olibanjoli (Oliver Zürcher)
aka the twinZ