We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b265ce4 commit 5f52e65Copy full SHA for 5f52e65
README.md
@@ -23,11 +23,37 @@ Operating Systems Supported:
23
#### 3. Git Subtree
24
25
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
50
## Usage
51
52
53
54
55
56
57
## AWS Code Deploy Workflow
58
59
To deploy an application with AWS Code Deploy, the Wercker step follow this steps :
0 commit comments