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

Commit dffa197

Browse files
committed
add course details
1 parent b256f7d commit dffa197

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

course-details.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This course is about continuous delivery, or CD, with GitHub Actions. We create two workflows to deploy our app to an AWS S3 bucket automatically. CD is an important part of modern software development, and it has a big meaning. CD is the practice of delivering software faster and with higher quality. To do this, it takes many different practices, behaviors, and technologies.
2+
3+
In this course, we focus on workflows to deploy pull requests automatically to a staging environment, and to deploy all merged commits to production. In this course, you will:
4+
5+
- Create two workflow files
6+
- Configure AWS S3 for deployment
7+
- Use secrets to store tokens
8+
- Deploy to staging and production
9+
- Practice using GitHub Actions

0 commit comments

Comments
 (0)