Skip to content

Deploy PowerShell Universal

Actions
Deploys the current repository to a PowerShell Universal cluster
1.0
Latest
Star (0)

Tags

 (1)

Deploy PowerShell Universal Action

This action deploys a PowerShell Universal configuration to a Universal server. It uses the current repository as the source of the configuration.

Inputs

url

Required The URL of the PowerShell Universal

apptoken

Required The app token for the PowerShell Universal server.

name

Required The name of the configuration to deploy. Defaults to PowerShellUniversal.

version

Required The version of the configuration to deploy. Defaults to 1.0.0.

description

The description of the configuration to deploy.

Example usage

uses: ironmansoftware/deploy-universal@v1
with:
  url: 'http://localhost:5000'
  apptoken: ${{ secrets.UNIVERSAL_APP_TOKEN }}
  name: 'Production'
  version: '1.4.1'
  description: 'Production Configuration'

Deploy PowerShell Universal is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploys the current repository to a PowerShell Universal cluster
1.0
Latest

Tags

 (1)

Deploy PowerShell Universal is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.