Skip to content

Commit 3fbcae2

Browse files
committed
Update README.md
1 parent 57a3176 commit 3fbcae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
This script deploys applications with the [AWS Code Deploy](http://docs.aws.amazon.com/codedeploy/latest/userguide/welcome.html) service. This script has been adapted to be easily portable and configurable via environment variables such that it can be incorporated within CI services that do not natively include support for Code Deploy. Additionally, this script includes additional functionality described below that is typically not included in out-of-box Code Deploy CI systems. For more information, refer to the [AWS Code Deploy](http://docs.aws.amazon.com/codedeploy/latest/userguide/welcome.html) documentation or
44
the [AWS CLI API](http://docs.aws.amazon.com/cli/latest/reference/deploy/index.html).
55

6-
Features:
6+
#### Features:
77
* Compression of source contents
88
* Ability to limit the number of stored revisions by a key prefix to help reduce S3 total file size
99
* Server side encryption for revisions
1010
* Full diagnostic output from failed instances
1111

12-
Operating Systems Supported:
12+
#### Operating Systems Supported:
1313
* Debian 7
1414
* Ubuntu 12.04
1515
* Ubuntu 14.04

0 commit comments

Comments
 (0)