fix a couple of late night typos
This commit is contained in:
parent
9a90ca93e8
commit
717562888e
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
![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)
|
![Generate an AWS user](./img/aws-2.png)
|
||||||
|
|
||||||
|
@ -106,8 +106,8 @@ deploy:
|
||||||
action: start
|
action: start
|
||||||
```
|
```
|
||||||
|
|
||||||
6. You'll need to manually click deploy in the pipeline view
|
6. Click commit and your build _should_ begin
|
||||||
7. Click commit and your build _should_ begin
|
7. You'll need to manually click deploy in the pipeline view
|
||||||
|
|
||||||
![Build Pipeline](./img/build.png)
|
![Build Pipeline](./img/build.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue