Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

swinton/example-deploy-to-amazon-ecs-with-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy-to-amazon-ecs-with-github-actions

📦 🚀 An example deployment of a Jekyll-powered blog to Amazon ECS with GitHub Actions.

GitHub Actions status

jekyll-contained

Overview

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.

Actions

The workflow uses the following actions from AWS:

  1. aws-actions/configure-aws-credentials
  2. aws-actions/amazon-ecr-login
  3. aws-actions/amazon-ecs-render-task-definition
  4. aws-actions/amazon-ecs-deploy-task-definition

Inspiration

Running Jekyll in Docker – Davy's Tech Blog

About

📦 🚀 An example deployment of a Jekyll-powered blog to Amazon ECS with GitHub Actions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published