deploy-to-amazon-ecs-with-github-actions:package: :rocket: An example deployment of a Jekyll-powered blog to Amazon ECS with GitHub Actions.
The workflow will build a Jekyll blog, in a container, on every Pull Request, and will update an Amazon ECS service with the new container image on every push to master.
The workflow uses the following actions from AWS:
aws-actions/configure-aws-credentialsaws-actions/amazon-ecr-loginaws-actions/amazon-ecs-render-task-definitionaws-actions/amazon-ecs-deploy-task-definition:sparkles: Running Jekyll in Docker – Davy's Tech Blog :sparkles: