Skip to content

Commit 8582c80

Browse files
committed
Update README.md
1 parent 3fbcae2 commit 8582c80

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ AWS_CODE_DEPLOY_REVISION_DESCRIPTION
4747
AWS_CODE_DEPLOY_DEPLOYMENT_DESCRIPTION
4848
```
4949

50+
## Examples
5051

51-
## Usage
52-
53-
52+
### CircleCI
5453

54+
### TravisCI
5555

56+
### Manual
5657

5758

5859
## AWS Code Deploy Workflow with Detailed Variable Information
@@ -160,23 +161,3 @@ This step monitors the deployment and logs information about the overall status
160161
Environment Variables:
161162

162163
* `AWS_CODE_DEPLOY_DEPLOYMENT_OVERVIEW` (optional): Boolean that specifies whether to log detailed information about the status of the deployment. By Default: _true_
163-
164-
165-
166-
## Example
167-
168-
The following example deploy an `hello` application on the deployment group `development` after pushed the application on the `apps.mycompany.com` S3 bucket :
169-
170-
```
171-
deploy:
172-
steps:
173-
- nhuray/aws-code-deploy:
174-
key: aws_access_key_id
175-
secret: aws_access_secret_id
176-
application-name: hello
177-
application-version: 1.1.0
178-
deployment-group-name: development
179-
service-role-arn: arn:aws:iam::89862646$091:role/CodeDeploy
180-
ec2-tag-filters: Key=app,Value=hello,Type=KEY_AND_VALUE Key=environment,Value=development,Type=KEY_AND_VALUE
181-
s3-bucket: apps.mycompany.com
182-
```

0 commit comments

Comments
 (0)