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

Commit 0672277

Browse files
authored
Merge branch 'master' into docker-image-name-change
2 parents 718016c + 85f39c4 commit 0672277

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center"><a href="https://lab.github.com/"><img alt="Learning Lab bot" src="https://user-images.githubusercontent.com/16547949/62085817-83232580-b22a-11e9-8693-7c54205b04e5.png"></a></p>
22

3-
<h1 align="center">Course: Continuous Delivery using GitHub Actions</h1>
3+
<h1 align="center">Course: GitHub Actions: Continuous Delivery with AWS</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 [_GitHub Actions: Continuous Delivery with AWS_](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)