You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ GitHub accepts status creation via their APIs and many third-party CI services i
47
47
48
48
On the other hand, AWS CodeBuild doesn't have such a feature to save its build project status to GitHub for now. github-codebuild-integration is a missing piece of AWS CodeBuild to make things better.
49
49
50
-
## Requirements & Installation
50
+
## Requirements
51
51
52
52
### Prerequisites
53
53
@@ -82,7 +82,7 @@ And the listed resources below are created in the process of installation, which
82
82
- AWS IAM
83
83
- AWS CloudFormation
84
84
85
-
###Installation
85
+
## Installation
86
86
87
87
_**NOTE: Make sure the following before proceeding.**_
88
88
_**- You've loaded your [AWS credentials](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html).**_
@@ -102,8 +102,6 @@ _**NOTE: If you plan installing github-codebuild-integration into multiple AWS r
102
102
103
103
### Per-Project Resources
104
104
105
-
_**NOTE: Make sure you've created your AWS CodeBuild project before proceeding to the next steps.**_
106
-
107
105
#### Configure parameters
108
106
109
107
Copy example configuration file and edit it to configure paramters for your GitHub repository.
@@ -127,7 +125,7 @@ yes | AWS_DEFAULT_REGION | The region where you want to provision this tool via
127
125
yes | CODEBUILD_PROJECT_NAME | The AWS CodeBuild project name you've already configured for your GitHub repository. | your-codebuild-project-name
128
126
yes | CODEBUILD_PROJECT_REGION | The region where you've created a CodeBuild project. You can specify a different region from the region of CloudFormation. | us-east-1
129
127
130
-
#### Install
128
+
#### Deploy
131
129
132
130
Package all artifacts and deploy to your AWS account.
0 commit comments