Skip to content

chore(deploy): blue-green#103

Merged
allardy merged 3 commits intomasterfrom
ya-bg-deploy
Nov 5, 2025
Merged

chore(deploy): blue-green#103
allardy merged 3 commits intomasterfrom
ya-bg-deploy

Conversation

@allardy
Copy link
Copy Markdown
Member

@allardy allardy commented Oct 22, 2025

Add target to deploy jobs. Simply a new tag that is used by blue/green

required: false
default: 'false'
target:
description: 'Deployment Target (main=default image, blue=blue env, green=green env, all=update all)'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: We could use the choice input type for a nicer UX: https://github.blog/changelog/2021-11-10-github-actions-input-types-for-manual-workflows/

Suggested change
description: 'Deployment Target (main=default image, blue=blue env, green=green env, all=update all)'
description: 'Deployment Target (main=default image, blue=blue env, green=green env, all=update all)'
type: choice
options:
- main
- blue
- green
- all

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I will use that in the workflows themselves, wouldn't work with the actions here

@allardy allardy merged commit 4f96843 into master Nov 5, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants