jpadilla / workflows-ecs-ecr-demo

Wercker Workflows and Amazon Web Services ECR and ECS sample application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 93.6%Language:CSS 4.5%Language:HTML 1.9%