Skip to content

esgrano-redeploy/hello

Repository files navigation

Hello

This is just a simple app.

The app is deployed on ECS through CodeDeploy, through the appspec.yml.

Whereas buildspec.yml is used by CodeBuild to build the Docker image and push to ECR.

Deploy

The deployment of the app to ECS will be done by CodePipeline, however before doing anything we need to build the Docker image and push to ECR.

  • Export AWS_PROFILE

    export AWS_PROFILE=<aws_profile>
  • Build Docker image

    make docker.build
  • Login to ECR

    make docker.login
  • Push the image to ECR

    make docker.push

For infrastructure deployment please check this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published