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

Allow to specify Targets (or Target Tags) to deploy to #129

Open
abelyakov-hhglobal opened this issue Sep 2, 2024 · 0 comments
Open

Allow to specify Targets (or Target Tags) to deploy to #129

abelyakov-hhglobal opened this issue Sep 2, 2024 · 0 comments

Comments

@abelyakov-hhglobal
Copy link

Describe the solution you'd like
The current solution doesn't allow specifying Targets (or Target Tags) to deploy to.

Describe alternatives you've considered
The alternative option is to use a octopus release deploy CLI with a --deployment-target flag. However, it's not as convenient as existing GitHub Action.

Additional context
This feature can be useful if you have multiple environments (e.g., QA01, QA02, etc).

In this case, you may have a single deployment Step with either a tag that matches all Deployment Targets or tags of all Deployment Targets. Then, in the CD pipeline, you would specify a single/multiple environment to deploy the release to.

This should have the same logic as the Include specific deployment targets checkbox when deploying a release manually via UI.
Screenshot 2024-09-02 at 15 19 49

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

1 participant