This action deploys a PowerShell Universal configuration to a Universal server. It uses the current repository as the source of the configuration.
Required The URL of the PowerShell Universal
Required The app token for the PowerShell Universal server.
Required The name of the configuration to deploy. Defaults to PowerShellUniversal
.
Required The version of the configuration to deploy. Defaults to 1.0.0
.
The description of the configuration to deploy.
uses: ironmansoftware/deploy-universal@v1
with:
url: 'http://localhost:5000'
apptoken: ${{ secrets.UNIVERSAL_APP_TOKEN }}
name: 'Production'
version: '1.4.1'
description: 'Production Configuration'