From 6d6afff56952f526dd2d624a06e00b4546f2f593 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Tue, 30 May 2023 21:50:05 -0700 Subject: [PATCH] Formatting updates for consistency --- .github/steps/1-configure-label-based-job.md | 8 ++++++++ .github/steps/2-setup-azure-environment.md | 6 ++++++ .github/steps/3-spinup-environment.md | 6 ++++++ .github/steps/4-deploy-to-staging-environment.md | 6 ++++++ .github/steps/5-deploy-to-prod-environment.md | 6 ++++++ .github/steps/6-destroy-azure-environment.md | 6 ++++++ 6 files changed, 38 insertions(+) diff --git a/.github/steps/1-configure-label-based-job.md b/.github/steps/1-configure-label-based-job.md index 32ca48f..8af8a1a 100644 --- a/.github/steps/1-configure-label-based-job.md +++ b/.github/steps/1-configure-label-based-job.md @@ -1,3 +1,11 @@ + + ## Step 1: Trigger a job based on labels _Welcome to the course :tada:_ diff --git a/.github/steps/2-setup-azure-environment.md b/.github/steps/2-setup-azure-environment.md index 9a04a65..768866f 100644 --- a/.github/steps/2-setup-azure-environment.md +++ b/.github/steps/2-setup-azure-environment.md @@ -1,3 +1,9 @@ + + ## Step 2: Set up an Azure environment _Good job getting started :gear:_ diff --git a/.github/steps/3-spinup-environment.md b/.github/steps/3-spinup-environment.md index 6519d5a..dda9d9a 100644 --- a/.github/steps/3-spinup-environment.md +++ b/.github/steps/3-spinup-environment.md @@ -1,3 +1,9 @@ + + ## Step 3: Spin up an environment based on labels _Nicely done! :heart:_ diff --git a/.github/steps/4-deploy-to-staging-environment.md b/.github/steps/4-deploy-to-staging-environment.md index be9f7ac..4c2c348 100644 --- a/.github/steps/4-deploy-to-staging-environment.md +++ b/.github/steps/4-deploy-to-staging-environment.md @@ -1,3 +1,9 @@ + + ## Step 4: Deploy to a staging environment based on labels _Nicely done, you used a workflow to spin up your Azure environment :dancer:_ diff --git a/.github/steps/5-deploy-to-prod-environment.md b/.github/steps/5-deploy-to-prod-environment.md index bc2b94d..c07c945 100644 --- a/.github/steps/5-deploy-to-prod-environment.md +++ b/.github/steps/5-deploy-to-prod-environment.md @@ -1,3 +1,9 @@ + + ## Step 5: Deploy to a production environment based on labels _Deployed! :ship:_ diff --git a/.github/steps/6-destroy-azure-environment.md b/.github/steps/6-destroy-azure-environment.md index 5b7f7f3..23a660c 100644 --- a/.github/steps/6-destroy-azure-environment.md +++ b/.github/steps/6-destroy-azure-environment.md @@ -1,3 +1,9 @@ + + ## Step 6: Production deployment _Nice work! :sparkle:_