sourcetoad / aws-codedeploy-action

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

Support grouping for codedeploy #2

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago

Our API call for looking for deployments scans ENTIRE deployment. So if you are deploying master, then run a build for staging. It will poll/wait on that. We should fix that so you can have both staging/master going at once.

iBotPeaches commented 3 years ago

I did this already - https://github.com/sourcetoad/aws-codedeploy-action/blob/master/deploy.sh#L46