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

Option for apply config pipeline #1124

Merged
merged 7 commits into from
Nov 11, 2024
2 changes: 2 additions & 0 deletions src/store/radix-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2900,6 +2900,8 @@ export type Deployment = {
activeFrom?: string;
/** ActiveTo Timestamp when the deployment ends */
activeTo?: string;
/** Name of the branch used to build the deployment */
builtFromBranch?: string;
/** Array of components */
components?: Component[];
/** Name of job creating deployment */
Expand Down