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

Commit e30a8c1

Browse files
authored
Update course-details.md
updates per PR feedback
1 parent 895c766 commit e30a8c1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

course-details.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
This course is about continuous delivery, or CD, with GitHub Actions. CD is a crucial part of modern software development, and it can have a monumental impact on development projects.
22

3-
Continuous Delivery is the practice of delivering software faster and with higher quality. Doing so successfully requires many different practices, behaviors, and technologies.
3+
Continuous Delivery is the practice of delivering software faster and with higher quality. Doing so successfully requires many different practices, behaviors, and technologies. GitHub Actions makes implementing CD easier, faster, and more reliable.
44

5-
In this course, we focus on using workflows to deploy pull requests automatically to a staging environment, and to deploy all merged commits to production. We will create two workflows to deploy our app to an AWS S3 bucket automatically.
5+
In this course, we focus on using workflows in GitHub Actions to deploy pull requests automatically to a staging environment, and to deploy all merged commits to production.
66

77

88
## What you'll learn
@@ -16,9 +16,8 @@ We'll answer common questions like:
1616

1717
And when you're done you'll be able to:
1818
- Use GitHub Actions and create workflow files
19-
- Configure AWS S3 for deployment
2019
- Use secrets to store tokens
21-
- Deploy to staging and production
20+
- Deploy to staging and production using GitHub Actions to implement CD
2221

2322

2423
## What you'll build

0 commit comments

Comments
 (0)