From 8a55ea36cc183b638319e4fdf44be8c856fa8775 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Thu, 19 Mar 2020 12:47:29 -0400 Subject: [PATCH 1/3] rename the course, add tag --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index f3f7486..feb008e 100644 --- a/config.yml +++ b/config.yml @@ -1,11 +1,11 @@ # Course information -title: "GitHub Actions: Continuous Delivery" +title: "GitHub Actions: Continuous Delivery with AWS" description: Create two deployment workflows using AWS. tags: - GitHub Actions - Workflows - CD - - Continuous Delivery + - Amazon Web Services (AWS) - Deployment template: name: github-actions-continuous-delivery From 796a1bf0a9bfec5fc110ec1b9d8810065f4b4187 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Thu, 19 Mar 2020 12:51:08 -0400 Subject: [PATCH 2/3] change template repo --- README.md | 2 +- config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a834264..518f032 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository powers the Learning Lab course [_Continuous Delivery using GitHu Every Learning Lab course is made up of: - a [course repository](https://github.com/githubtraining/continuous-delivery), and -- a [template repository](https://github.com/githubtraining/continuous-delivery-template) +- a [template repository](https://github.com/githubtraining/continuous-delivery-aws-template) The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives. diff --git a/config.yml b/config.yml index feb008e..6f70079 100644 --- a/config.yml +++ b/config.yml @@ -9,7 +9,7 @@ tags: - Deployment template: name: github-actions-continuous-delivery - repo: continuous-delivery-template + repo: continuous-delivery-aws-template # Before before: From 24303a05a62e802d05e63d9ec8ff46060a7afdce Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Thu, 19 Mar 2020 12:51:57 -0400 Subject: [PATCH 3/3] continue renames in supporting docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 518f032..565baad 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@

Course: Continuous Delivery using GitHub Actions

-This repository powers the Learning Lab course [_Continuous Delivery using GitHub Actions_](https://lab.github.com/githubtraining/github-actions:-continuous-delivery). +This repository powers the Learning Lab course [_Continuous Delivery using GitHub Actions_](https://lab.github.com/githubtraining/github-actions:-continuous-delivery-with-aws/). Every Learning Lab course is made up of: -- a [course repository](https://github.com/githubtraining/continuous-delivery), and +- a [course repository](https://github.com/githubtraining/continuous-delivery-aws), and - a [template repository](https://github.com/githubtraining/continuous-delivery-aws-template) The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives.