sourcetoad / aws-codedeploy-action

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

S3 step #86

Closed dcorrea777 closed 1 year ago

dcorrea777 commented 1 year ago

Hi, I have the following question!

From what I understand, this action, in addition to deploying, also compresses the application first and sends it to s3, correct? I'm wanting to use this action, but I already sent my application to s3 in a previous step, is it possible to just use deploy?

iBotPeaches commented 1 year ago

Hi @dcorrea777,

The action only has 2 different behaviors and I don't think either are what you are looking for.

dcorrea777 commented 1 year ago

Cool, thanks a lot for answering @iBotPeaches