Skip to content

Commit

Permalink
fix(md): update env model to have post deploy (spinnaker#1576)
Browse files Browse the repository at this point in the history
Currently, keel supports post deploy actions.
Expose this field in the Gate API

Co-authored-by: Jason <[email protected]>
  • Loading branch information
osoriano and jasonmcintosh authored Aug 28, 2023
1 parent a93bc10 commit e45a9de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ public class Environment {
Collection<Map<String, Object>> constraints;
Collection<Notification> notifications;
Map<String, Object> locations;
List<Map<String, Object>> postDeploy;
List<Map<String, Object>> verifyWith;
}

0 comments on commit e45a9de

Please sign in to comment.