sourcetoad / aws-codedeploy-action

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

Support pre-built archives #38

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago

fixes: #36

iBotPeaches commented 3 years ago

For this one, I basically skip all the code related to zip generation if archive is non empty. I then pass that archive directly into the validation step, so the archive must have an appspec and validate correctly.