Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for tenanted deploys #88

Open
amaingot opened this issue Apr 3, 2024 · 1 comment
Open

Add support for tenanted deploys #88

amaingot opened this issue Apr 3, 2024 · 1 comment

Comments

@amaingot
Copy link

amaingot commented Apr 3, 2024

Is your feature request related to a problem? Please describe.
It seems that the action only supports "untenanted" deploys. It would be extremely valuable to support "tenanted" deployments.

Describe the solution you'd like
That would look something like:

env:

steps:
  # ...
  - name: Deploy a release in Octopus Deploy 🐙
    uses: OctopusDeploy/deploy-release-action@v3
    env:
      OCTOPUS_API_KEY: ${{ secrets.API_KEY  }}
      OCTOPUS_URL: ${{ secrets.SERVER }}
      OCTOPUS_SPACE: 'Outer Space'
    with:
      project: 'MyProject'
      release_number: '1.0.0'
      environments: |
        Test
      tenants: |
        Tenant01

Describe alternatives you've considered
My alternative is to use the Octopus CLI.

@tbutler-qontigo
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants