Skip to content

Commit

Permalink
Option for apply config pipeline (#1124)
Browse files Browse the repository at this point in the history
* Added an option and indication to deploy external DNS to apply-config job

* Added an indication Override use build cache to build-deploy job

* Added an indication Override use build cache to build-deploy and build job

* Fixed api
  • Loading branch information
satr authored Nov 11, 2024
1 parent 4f01926 commit a16a978
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit a16a978

Please sign in to comment.