sourcetoad/aws-codedeploy-action

S3 step

dcorrea777 opened this issue · 2 comments

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?

Hi @dcorrea777,

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

  • Default (as you saw) - creates/zips/uploads the intended deployment
  • Archive (archive) - it trusts that provided file is the deployment and uploads that

It does not support at present any method of just deploying something from an already named/uploaded S3 asset.

Cool, thanks a lot for answering @iBotPeaches