Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit dfeb19e

Browse files
authored
Merge pull request #27 from githubtraining/rename
Rename the course
2 parents 07f0a2b + 24303a0 commit dfeb19e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<h1 align="center">Course: Continuous Delivery using GitHub Actions</h1>
44

5-
This repository powers the Learning Lab course [_Continuous Delivery using GitHub Actions_](https://lab.github.com/githubtraining/github-actions:-continuous-delivery).
5+
This repository powers the Learning Lab course [_Continuous Delivery using GitHub Actions_](https://lab.github.com/githubtraining/github-actions:-continuous-delivery-with-aws/).
66

77
Every Learning Lab course is made up of:
8-
- a [course repository](https://github.com/githubtraining/continuous-delivery), and
9-
- a [template repository](https://github.com/githubtraining/continuous-delivery-template)
8+
- a [course repository](https://github.com/githubtraining/continuous-delivery-aws), and
9+
- a [template repository](https://github.com/githubtraining/continuous-delivery-aws-template)
1010

1111
The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives.
1212

config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Course information
2-
title: "GitHub Actions: Continuous Delivery"
2+
title: "GitHub Actions: Continuous Delivery with AWS"
33
description: Create two deployment workflows using AWS.
44
tags:
55
- GitHub Actions
66
- Workflows
77
- CD
8-
- Continuous Delivery
8+
- Amazon Web Services (AWS)
99
- Deployment
1010
template:
1111
name: github-actions-continuous-delivery
12-
repo: continuous-delivery-template
12+
repo: continuous-delivery-aws-template
1313

1414
# Before
1515
before:

0 commit comments

Comments
 (0)