ricado-group / octopus-deploy-release-action

A Simple Action that uses the Octopus Deploy `octo` Docker Image to Create a new Release for a given Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

With the Release of GitHub Actions from Octopus Deploy, you can now make use of the official action: https://github.com/OctopusDeploy/create-release-action

Octopus Deploy Release Action

A Simple Action that uses the Octopus Deploy octo Docker Image to Create a new Release for a given Project

Inputs

server

Required The URI of your Octopus Deploy Instance

apiKey

Required The API Key used to Authenticate with Octopus Deploy

project

Required The Name of the Project for this new Release

version

Required The Version for this Release

Example Usage

uses: ricado-group/octopus-deploy-release-action@v1.2
with:
  server: 'https://instancename.octopus.app'
  apiKey: ${{ secrets.OCTOPUS_APIKEY }}
  project: 'MyProjectName'
  version: '2.1.0'

About

A Simple Action that uses the Octopus Deploy `octo` Docker Image to Create a new Release for a given Project

License:MIT License