sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
36 stars 14 forks source link

Register vs Deploy #11

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago

fixes: #5

@jweberst - adding you because I can't see a way to set a deployment group for a registered revision. That only exists on a deployment. Does that line up?

jweberst commented 3 years ago

Yes, it would just register it for the application itself. You can't like pre-register an actual deployment to a target. That is correct.