Use this action to deliver your software with Octopus Deploy, a deployment automation tool.
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The Octopus Deploy server URL. |
|
String |
Yes |
The Octopus Deploy token. |
|
String |
Yes |
The Octopus Deploy space name. |
|
String |
Yes |
The Octopus Deploy release version. |
|
String |
Yes |
The Octopus Deploy environment name. |
|
String |
No |
The Octopus Deploy channel name. |
In your YAML file, add:
- name: Run Octopus Deploy
uses: cloudbees-io/octopus-run-project@v2
with:
url: https://example.octopus.app
token: ${{ secrets.OCTOPUS_TOKEN }}
space-name: Default
release: 1.0.0
environment-name: Stage
channel-name: Default
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.