Skip to content

Commit 3de554b

Browse files
authored
Update README.md
1 parent d07ebbd commit 3de554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Environment variables are used to control the deployment actions. A brief summar
133133
| `AWS_CODE_DEPLOY_S3_SSE` | No | If specified and `true` will ensure the CodeDeploy archive is stored in S3 with Server Side Encryption (SSE) |
134134
| `AWS_CODE_DEPLOY_REVISION_DESCRIPTION` | No | A description that is stored within AWS Code Deploy that stores information about the specific revision |
135135
| `AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION` | No | A description that is stored within AWS Code Deploy that stores information about the specific deployment |
136-
| `AWS_CODE_DEPLOY_OUTPUT_STATUS_LIVE` | No | Boolean [true|false] that specifies whether the deployment status should use a single line showing live status. In CI environments where the "\r" is not supported, set this to false for better logging. Default = true |
136+
| `AWS_CODE_DEPLOY_OUTPUT_STATUS_LIVE` | No | Boolean `true\|false` that specifies whether the deployment status should use a single line showing live status. In CI environments where the `\r` is not supported, set this to false for better logging. Default = true |
137137

138138

139139
## Examples

0 commit comments

Comments
 (0)