Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ECS Deploy Action for Codepipeline #1386

Closed
aweiher opened this issue Dec 17, 2018 · 7 comments · Fixed by #2050 · May be fixed by MechanicalRock/account-reaper#6
Closed

Add ECS Deploy Action for Codepipeline #1386

aweiher opened this issue Dec 17, 2018 · 7 comments · Fixed by #2050 · May be fixed by MechanicalRock/account-reaper#6
Assignees
Labels
@aws-cdk/aws-codepipeline Related to AWS CodePipeline

Comments

@aweiher
Copy link
Contributor

aweiher commented Dec 17, 2018

Codepipeline can deploy to ESC-Cluster. Package aws-ecs need connectors for codepipeline, like pipeline-actions.ts in aws-ecr, but extends from codepipeline-api.DeployAction.

Allowed Input Artifacts: 1 (image definition file)
Allowed Output Artifacts: 0

See (Action Type Constraints for Artifacts) for all codepipeline actions

@skinny85 skinny85 self-assigned this Dec 17, 2018
@skinny85 skinny85 added @aws-cdk/aws-codepipeline Related to AWS CodePipeline gap labels Dec 17, 2018
@aweiher
Copy link
Contributor Author

aweiher commented Dec 17, 2018

This screenshot shows how this will look in the aws console:
auswahl_059

@rix0rrr rix0rrr added gap and removed gap labels Jan 4, 2019
@madshargreave
Copy link

This would be awesome

@defel
Copy link

defel commented Jan 16, 2019

Hi,

I would like to start working on this one ✌️

@skinny85
Copy link
Contributor

@defel go right ahead :) And thanks!

@skinny85
Copy link
Contributor

skinny85 commented Mar 4, 2019

Hey @defel ,

any progress working on this?

Thanks,
Adam

@defel
Copy link

defel commented Mar 6, 2019

Hej, sorry for the delay. Yes, still working on this.

Had a blocker with extending ecs-cluster (addToPipeline). But just saw, that you have added new codepipeline.DeployAction helpers since january, which will help me.

Please give me a week more, will try to create a pull-request, thanks :)

@skinny85
Copy link
Contributor

skinny85 commented Mar 6, 2019

No worries, I was just checking in :). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment