Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tulna07 committed Sep 24, 2024
1 parent 0d3a28e commit f47c2ba
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,23 @@ pre : " <b> 15.2 </b> "

![00017](/images/15/2/00017.svg?featherlight=false&width=100pc)

**18.** Your **gha-ci** Slack channel should now be subscribed to **fcj-workshops-2024/awsome-books** repository.
Your **gha-ci** Slack channel should now be subscribed to **fcj-workshops-2024/awsome-books** repository.

![00017](/images/15/2/00018.svg?featherlight=false&width=100pc)
![00018](/images/15/2/00018.svg?featherlight=false&width=100pc)

**19.** Apply the same steps (**10** to **18**) to the **gha-merge-group**, **gha-release**, and **gha-rollback** channels, but you can skip steps **13** through **16** for these.
**19.** Unsubscribe the channel from default event subscriptions with `/github unsubscribe fcj-workshops-2024/awsome-books issues pulls commits releases deployments` command.

![00019](/images/15/2/00019.svg?featherlight=false&width=100pc)

**20.** Enter `/github subscribe fcj-workshops-2024/awsome-books workflows:{name:"CI" event:"pull_request" branch:"main"}` to subscribe to the CI workflow on "pull_request" event. Click the send icon.

![00020](/images/15/2/00020.svg?featherlight=false&width=100pc)

**21.** Apply the same steps (**10** to **20**) to the **gha-merge-group**, **gha-release**, and **gha-rollback** channels, but you can skip steps **13** through **16** for these.

In the step **20**,

- For **gha-merge-group**, enter `/github subscribe fcj-workshops-2024/awsome-books workflows:{name:"CI" event:"merge_group"}` to subscribe to the CI workflow on "merge_group" event.
- For **gha-merge-group**, enter `/github subscribe fcj-workshops-2024/awsome-books workflows:{name:"CI" event:"merge_group"}` to subscribe to the CI workflow on "merge_group" event.
- For **gha-release**, enter `/github subscribe fcj-workshops-2024/awsome-books workflows:{name:"Release" event:"push"}` to subscribe to the Release workflow on "push" event.
- For **gha-rollback**, enter `/github subscribe fcj-workshops-2024/awsome-books workflows:{name:"Rollback" event:"workflow_dispatch"}` to subscribe to the Rollback workflow on "workflow_dispatch" event.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ date : "`r Sys.Date()`"
weight : 2
chapter : false
pre : " <b> 16.2 </b> "
---
---

1 - Release with a wrong format
2 - Check GHA workflow
3 - Check gha-release channel.
4 - Release with correct format.
5 - shift all traffic
6 - Check GHA workflow
7 - Check gha-release channel.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title : "Your Second Release Workflow Execution"
date : "`r Sys.Date()`"
weight : 3
chapter : false
pre : " <b> 16.3 </b> "
---

1 - Release with a wrong format
2 - Check GHA workflow
3 - Check gha-release channel.
4 - Release with correct format.
5 - shift all traffic
6 - Check GHA workflow
7 - Check gha-release channel.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title : "Your First Rollback Workflow Execution"
date : "`r Sys.Date()`"
weight : 1
chapter : false
pre : " <b> 17.1 </b> "
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title : "Your Second Rollback Workflow Execution"
date : "`r Sys.Date()`"
weight : 2
chapter : false
pre : " <b> 17.2 </b> "
---
7 changes: 7 additions & 0 deletions content/17-Your-First-Rollback-Workflow-Executions/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title : "Your First Rollback Workflow Executions"
date : "`r Sys.Date()`"
weight : 17
chapter : false
pre : " <b> 17. </b> "
---
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To participate in this workshop, the following prerequisites are recommended:
You do not need deep knowledge on any of these, and if needed, you can research them as you go!

#### Duration
The estimated duration for completing this workshop is **around 6 hours**.
The estimated duration for completing this workshop is **around 10 hours**.

#### Costs
The services used in this workshop charge per usage, although most of them have a free tier, so unless you used the free tier for other workloads, it will cost you **around $1.5** to run this workshop. Please look at the different services' pricing pages to see their cost.
Expand Down
4 changes: 4 additions & 0 deletions static/images/15/2/00019.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/images/15/2/0002.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions static/images/15/2/00020.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f47c2ba

Please sign in to comment.