forked from ruuda/hoff
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Since #252, hoff has had support for merge and deploy messages which specify the subproject(s) to deploy. However, in some repositories it may be the case that not every subproject can be deployed to the same environments. This means currently if we have the following:
- subproject
foowhich has environmentsproductionandstaging - subproject
barwhich only has the environmentproduction
we can run commands like this in hoff which merge correctly, but mismatch subprojects to environments, since we only keep a single global list of subprojects and environments. Ideally hoff would also know which environments are valid per-subproject and reject merge commands which make no sense.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels