From 33e5fb02a5f154fe6b50f883826f77967dee4793 Mon Sep 17 00:00:00 2001 From: Ore Agunbiade Date: Thu, 9 Jul 2020 16:19:34 -0600 Subject: [PATCH] Remove erring slash in guide title --- ...tion-grade-ci-cd-setup-for-apps-and-infrastructure-code.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2020-02-06-how-to-configure-a-production-grade-ci-cd-setup-for-apps-and-infrastructure-code.adoc b/_posts/2020-02-06-how-to-configure-a-production-grade-ci-cd-setup-for-apps-and-infrastructure-code.adoc index 825ffd779..b3c36a0d0 100644 --- a/_posts/2020-02-06-how-to-configure-a-production-grade-ci-cd-setup-for-apps-and-infrastructure-code.adoc +++ b/_posts/2020-02-06-how-to-configure-a-production-grade-ci-cd-setup-for-apps-and-infrastructure-code.adoc @@ -1,5 +1,5 @@ --- -title: How to configure a production-grade CI/CD workflow for infrastructure code +title: How to configure a production-grade CI-CD workflow for infrastructure code categories: Automations image: /assets/img/guides/infrastructure-cicd-pipeline/terraform-icon.png excerpt: Learn about CI/CD workflows for Terraform and Terragrunt, including the differences between application code, different CI servers, threat models, and more.