Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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 [template repository](https://github.com/githubtraining/continuous-delivery-template)
- 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.

Expand Down
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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
repo: continuous-delivery-template
repo: continuous-delivery-aws-template

# Before
before:
Expand Down