From 717562888e2dc7d1c7ffee84ea128f62b30ed637 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 17 Apr 2024 09:17:29 +0100 Subject: [PATCH] fix a couple of late night typos --- 4-gitlab-ci/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4-gitlab-ci/README.md b/4-gitlab-ci/README.md index acd6d0b..42ec9be 100644 --- a/4-gitlab-ci/README.md +++ b/4-gitlab-ci/README.md @@ -10,7 +10,7 @@ Log into the AWS console and head to the IAM service. In here you need to create ![Generate an AWS user](./img/aws-1.png) -Hit next and continue. On the next screen click attach policy and choose Administrator Access 9this is because you sometimes need to use terraform/tofu to create IAM policies) +Hit next and continue. On the next screen click attach policy and choose Administrator Access (this is because you sometimes need to use terraform/tofu to create IAM policies) ![Generate an AWS user](./img/aws-2.png) @@ -106,8 +106,8 @@ deploy: action: start ``` -6. You'll need to manually click deploy in the pipeline view -7. Click commit and your build _should_ begin +6. Click commit and your build _should_ begin +7. You'll need to manually click deploy in the pipeline view ![Build Pipeline](./img/build.png)