sourcetoad / aws-codedeploy-action

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

Dry Run Feature #39

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago

We should introduce a dry_run true|false flag that skips any uploading and/or communication with S3. That way folks can test the binaries produced before they fire them off to any AWS service.

They could just register vs deploy, but its been found that even registering revisions has downstream possibilities.