PSDeploy icon indicating copy to clipboard operation
PSDeploy copied to clipboard

Simple PowerShell based deployments

Results 25 PSDeploy issues
Sort by recently updated
recently updated
newest added

By default, Publish-Module adds tags for every given function in a module. The SkipAutomaticTags parameter allows the user to skip this. I am new to contributing to this project. I...

Hello! If I were to write up a GitHub Releases DeploymentType, would you be interested in merging? If so, I'll fork and start work on it.

Borrowing slightly from powershell-yaml, this change upgrades the PSYaml submodule to use YamlDotNet 7.0 It has the following features 1. DLL provided for .NET 3.5 (PS 1, 2 and 3),...

I'm working on adding a _SCP_ deployment type using `Posh-SSH`.

enhancement

The `-PSDeployTypePath` option in `Invoke-PSDeploy` didn't seem to do anything. This PR allows someone to specify a custom `PSDeploy.yml` file that sits outside of the module path and to load...

Hello, I'm using this module and the BuildHelpers one to publish my module to the PSGallery with AppVeyor. When I !deply without manually changing the version number in my psd1...

I'd like to use PSDeploy to deploy runbooks to Azure Automation so I'm going to write a new deployment type for that

Great tool! Took a long time to work out what was going on here, which turned out to be that if I import PSDeploy before powershell-yaml the whole lot keels...

Coupled with the fact that the error message mentions it can't find any `.PSDeploy.ps1` files in the given location, the -Filter is applied as `*undeployed.ps1`, which can break the ability...

Invoke-Robocopy return the following error if used with /xf parameter (exclude) Invoke-Robocopy -Path 'D:\temp\11' -Destination 'D:\temp\22' -ArgumentList @('/XF *.dat') same with relative path (.\) before the exclude types and with...