[ContinuousDelivery] Delegate deployment responsibilities to the Topology #106
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#106
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current behavior
ConttinuousDelivery
knows way too much about implementation details and on which actual environment it is running. Which means there are a lot of responsibilities in the wrong place and that could be hard to maintain.Expected behavior
Delegate as much as possible to the
Topology
considering its their responsibility to know about their environment and how to actually apply changes on it.It needs a lot more thinking, but achieving something as simple as that could be interesting:
Refs: