diff --git a/.github/workflows/deploy-blog-posts.yml b/.github/workflows/deploy-blog-posts.yml index 98b5ec8..923cbbb 100644 --- a/.github/workflows/deploy-blog-posts.yml +++ b/.github/workflows/deploy-blog-posts.yml @@ -36,7 +36,7 @@ jobs: # See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token github_token: ${{ secrets.GITHUB_TOKEN }} # (Optional) The files to publish. Default is "posts/**/*.md" - files: 'Days/**/day05.md' + files: 'Days/**/*.md' # (Optional) The git branch to use. Default is 'main'. branch: main # (Optional) Use conventional commit messages. Default is false. diff --git a/Days/day07.md b/Days/day07.md index 1e07085..b51046a 100644 --- a/Days/day07.md +++ b/Days/day07.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language' published: false -description: '90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language' +description: 90DaysOfDevOps - The Big Picture DevOps & Learning a Programming Language tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day14.md b/Days/day14.md index eec049f..fc3eea7 100644 --- a/Days/day14.md +++ b/Days/day14.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: DevOps and Linux' published: false -description: '90DaysOfDevOps - The Big Picture: DevOps and Linux' +description: 90DaysOfDevOps - The Big Picture DevOps and Linux tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day21.md b/Days/day21.md index a3de128..fc6fbbc 100644 --- a/Days/day21.md +++ b/Days/day21.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: DevOps and Networking' published: false -description: '90DaysOfDevOps - The Big Picture: DevOps and Networking' +description: 90DaysOfDevOps - The Big Picture DevOps and Networking tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day28.md b/Days/day28.md index 2118558..bff56a3 100644 --- a/Days/day28.md +++ b/Days/day28.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: DevOps & The Cloud' published: false -description: '90DaysOfDevOps - The Big Picture: DevOps & The Cloud' +description: 90DaysOfDevOps - The Big Picture DevOps & The Cloud tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day35.md b/Days/day35.md index e4b7bd9..35f0c66 100644 --- a/Days/day35.md +++ b/Days/day35.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: Git - Version Control' published: false -description: '90DaysOfDevOps - The Big Picture: Git - Version Control' +description: 90DaysOfDevOps - The Big Picture Git - Version Control tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day42.md b/Days/day42.md index 3e646f1..415e4dc 100644 --- a/Days/day42.md +++ b/Days/day42.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: Containers' published: false -description: '90DaysOfDevOps - The Big Picture: Containers' +description: 90DaysOfDevOps - The Big Picture Containers tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day49.md b/Days/day49.md index 1585a55..8aaeccf 100644 --- a/Days/day49.md +++ b/Days/day49.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: Kubernetes' published: false -description: '90DaysOfDevOps - The Big Picture: Kubernetes' +description: 90DaysOfDevOps - The Big Picture Kubernetes tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day56.md b/Days/day56.md index a78def8..5bac449 100644 --- a/Days/day56.md +++ b/Days/day56.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: IaC' published: false -description: '90DaysOfDevOps - The Big Picture: IaC' +description: 90DaysOfDevOps - The Big Picture IaC tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day63.md b/Days/day63.md index 5eab9a2..8dba35b 100644 --- a/Days/day63.md +++ b/Days/day63.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: Configuration Management' published: false -description: '90DaysOfDevOps - The Big Picture: Configuration' Management +description: 90DaysOfDevOps - The Big Picture Configuration Management tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day70.md b/Days/day70.md index fe909c8..b32f2d0 100644 --- a/Days/day70.md +++ b/Days/day70.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: CI/CD Pipelines' published: false -description: '90DaysOfDevOps - The Big Picture: CI/CD Pipelines' +description: 90DaysOfDevOps - The Big Picture CI/CD Pipelines tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day77.md b/Days/day77.md index b416627..f778c02 100644 --- a/Days/day77.md +++ b/Days/day77.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: Monitoring' published: false -description: '90DaysOfDevOps - The Big Picture: Monitoring' +description: 90DaysOfDevOps - The Big Picture Monitoring tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day79.md b/Days/day79.md index db635dc..99cbcfe 100644 --- a/Days/day79.md +++ b/Days/day79.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: Log Management' published: false -description: '90DaysOfDevOps - The Big Picture: Log Management' +description: 90DaysOfDevOps - The Big Picture Log Management tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null diff --git a/Days/day84.md b/Days/day84.md index 80f4748..c797180 100644 --- a/Days/day84.md +++ b/Days/day84.md @@ -1,7 +1,7 @@ --- title: '#90DaysOfDevOps - The Big Picture: Data Management' published: false -description: '90DaysOfDevOps - The Big Picture: Data Management' +description: 90DaysOfDevOps - The Big Picture Data Management tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null