@@ -10,11 +10,12 @@ Features:
10
10
* Full diagnostic output from failed instances
11
11
12
12
Operating Systems Supported:
13
- * Debian
13
+ * Debian 7
14
+ * Ubuntu 12.04
14
15
* Ubuntu 14.04
15
16
16
17
17
- ## How to Include In Your Proect
18
+ ## How to Include In Your Project
18
19
19
20
#### 1. Via Composer (For PHP Projects)
20
21
@@ -29,25 +30,19 @@ Operating Systems Supported:
29
30
AWS_CODE_DEPLOY_KEY
30
31
AWS_CODE_DEPLOY_SECRET
31
32
AWS_CODE_DEPLOY_REGION
32
-
33
33
AWS_CODE_DEPLOY_APPLICATION_NAME
34
-
35
34
AWS_CODE_DEPLOY_DEPLOYMENT_CONFIG_NAME
36
35
AWS_CODE_DEPLOY_MINIMUM_HEALTHY_HOSTS
37
-
38
36
AWS_CODE_DEPLOY_DEPLOYMENT_GROUP_NAME
39
37
AWS_CODE_DEPLOY_SERVICE_ROLE_ARN
40
38
AWS_CODE_DEPLOY_EC2_TAG_FILTERS
41
39
AWS_CODE_DEPLOY_AUTO_SCALING_GROUPS
42
-
43
40
AWS_CODE_DEPLOY_APP_SOURCE
44
-
45
41
AWS_CODE_DEPLOY_S3_BUCKET
46
42
AWS_CODE_DEPLOY_S3_KEY_PREFIX
47
43
AWS_CODE_DEPLOY_S3_FILENAME
48
44
AWS_CODE_DEPLOY_S3_LIMIT_BUCKET_FILES
49
45
AWS_CODE_DEPLOY_S3_SSE
50
-
51
46
AWS_CODE_DEPLOY_REVISION_DESCRIPTION
52
47
AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION
53
48
```
@@ -60,9 +55,7 @@ AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION
60
55
61
56
62
57
63
- ## AWS Code Deploy Workflow with Variable Information
64
-
65
- To deploy an application with AWS Code Deploy, the Wercker step follow this steps :
58
+ ## AWS Code Deploy Workflow with Detailed Variable Information
66
59
67
60
#### Step 1: Checking Dependencies
68
61
0 commit comments