Skip to content

nicklamer/workflows-ecs-ecr-demo

 
 

Repository files navigation

Wercker Workflows, Amazon ECR and ECS sample application

Sample Todo application that showcases Wercker Workflows in action alongside AWS ECR and AWS ECS

This sample application shows two Workflows. Please see the wercker.yml file for more details.

Build Development Container

The first Workflow builds our initial image, runs unit tests and pushes our container to a container registry. We can leverage this container for development purposes and share the container amongst our team.

Build Production-ready Container

The second Workflow continuous after our test pipeline and builds a production ready container that gets pushed to a registry.

Finally, we use the 1science/aws-ecs by 1science to launch our container to Amazon Container Service.

You can see a visual representation of the Workflows below.

image

About

Wercker Workflows and Amazon Web Services ECR and ECS sample application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • CSS 4.4%
  • Shell 2.4%
  • HTML 1.9%