Skip to content

Commit

Permalink
Merge pull request #34 from MitchyBAwesome/master
Browse files Browse the repository at this point in the history
Fixed formatting of git commands
  • Loading branch information
MitchyBAwesome committed Aug 27, 2018
2 parents a36969f + 470f1df commit 381df7e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Lab-6-Artifacts/lab6-detailed-steps.md
Expand Up @@ -144,12 +144,13 @@ The development team at catsndogs.lol would like you to deploy a new revision of

9. Commit the changes that have just been made t and push them to the remote repository by running the following commands:

1. `git add index.html`

2. `git commit -m ‘changing background color’`
```
git add index.html
3. `git push`
git commit -m ‘changing background color
git push
```
10. Open the AWS management console, and open the **AWS CodePipeline** console at https://console.aws.amazon.com/codepipeline/.

11. To verify your pipeline ran successfully:
Expand Down

0 comments on commit 381df7e

Please sign in to comment.