Skip to content

Commit 5f52e65

Browse files
committed
Update README.md
1 parent b265ce4 commit 5f52e65

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,37 @@ Operating Systems Supported:
2323
#### 3. Git Subtree
2424

2525

26+
## Variables
27+
28+
```
29+
AWS_CODE_DEPLOY_KEY
30+
AWS_CODE_DEPLOY_SECRET
31+
AWS_CODE_DEPLOY_REGION
32+
33+
AWS_CODE_DEPLOY_APPLICATION_NAME
34+
35+
AWS_CODE_DEPLOY_DEPLOYMENT_GROUP_NAME
36+
AWS_CODE_DEPLOY_DEPLOYMENT_CONFIG_NAME
37+
38+
AWS_CODE_DEPLOY_APP_SOURCE
39+
40+
AWS_CODE_DEPLOY_S3_BUCKET
41+
AWS_CODE_DEPLOY_S3_KEY_PREFIX
42+
AWS_CODE_DEPLOY_S3_FILENAME
43+
AWS_CODE_DEPLOY_S3_LIMIT_BUCKET_FILES
44+
AWS_CODE_DEPLOY_S3_SSE
45+
46+
AWS_CODE_DEPLOY_REVISION_DESCRIPTION
47+
```
48+
49+
2650
## Usage
2751

2852

2953

3054

55+
56+
3157
## AWS Code Deploy Workflow
3258

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

0 commit comments

Comments
 (0)