Skip to content

Commit e45a9de

Browse files
fix(md): update env model to have post deploy (#1576)
Currently, keel supports post deploy actions. Expose this field in the Gate API Co-authored-by: Jason <jason.mcintosh@armory.io>
1 parent a93bc10 commit e45a9de

File tree

1 file changed

+1
-0
lines changed
  • gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery

1 file changed

+1
-0
lines changed

gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery/Environment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ public class Environment {
2828
Collection<Map<String, Object>> constraints;
2929
Collection<Notification> notifications;
3030
Map<String, Object> locations;
31+
List<Map<String, Object>> postDeploy;
3132
List<Map<String, Object>> verifyWith;
3233
}

0 commit comments

Comments
 (0)