Skip to content

Commit cf55707

Browse files
committed
Update README.md
1 parent db0aa51 commit cf55707

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION
6464

6565
To deploy an application with AWS Code Deploy, the Wercker step follow this steps :
6666

67-
#### Step 1: [Checking Dependencies]
67+
#### Step 1: Checking Dependencies
6868

6969
The following executables are installed:
7070
* python-pip
@@ -110,7 +110,7 @@ Environment Variables:
110110
* `AWS_CODE_DEPLOY_EC2_TAG_FILTERS` (optional): EC2 tags to filter on when creating a deployment group
111111
* `AWS_CODE_DEPLOY_AUTO_SCALING_GROUPS` (optional): Auto Scaling groups when creating a deployment group
112112

113-
#### Step 6: [Compressing Source]
113+
#### Step 6: Compressing Source
114114

115115
This step compresses the specified source directory as a zip file in preparation for uploading to S3. This is useful for application deployments that use unique file names per revision. This helps limit the transfer to and from S3 during deployment.
116116

@@ -135,7 +135,7 @@ AWS_CODE_DEPLOY_S3_FILENAME="100#c3a5fea.zip"
135135
# The resulting stored file would exist at s3://my-bucket-test/production-www/100#c3a5fea.zip
136136
```
137137

138-
#### Step 8: [Limiting Deploy Revisions per Bucket/Key]
138+
#### Step 8: Limiting Deploy Revisions per Bucket/Key
139139

140140
This step ensures that applications with high revision/commit volume with unique filenames can remove old revisions to help limit the size of the container. Large teams can quickly fill S3 with multiple TBs/day depending on the projects. Since deployments typically don't need to store that many versions backwards, this step will ensure that only N revisions exist, removing oldest revisions upon deploy.
141141

@@ -160,7 +160,7 @@ Environment Variables:
160160

161161
* `AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION` (optional): A description that is stored within AWS Code Deploy that stores information about the specific revision.
162162

163-
#### [Monitor Deployment]
163+
#### Monitor Deployment
164164

165165
This step monitors the deployment and logs information about the overall status as well as any failed instance statuses.
166166

0 commit comments

Comments
 (0)