Skip to content

Commit

Permalink
Merge branch 'ecs_deployments' into ecs_deployments-PR-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey committed Dec 20, 2023
2 parents 4b06bc8 + 2cc01f1 commit ffaffec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/roles/deploy_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sudo usermod -aG docker deploy

This can be handled automatically by [`ce-provision`](https://github.com/codeenigma/ce-provision) using the `ce_deploy` and `docker_ce` roles.

If you set the `deploy_container.action` to `destroy` then the role will also take care of tidying up containers. If it is an AWS ECS deployment then it will also tidy up the ECS service for you.

## AWS IAM requirements
AWS integration requires the AWS CLI user provided for `ce-deploy` to have certain managed AWS policies attached.

Expand Down
2 changes: 2 additions & 0 deletions roles/deploy_container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sudo usermod -aG docker deploy

This can be handled automatically by [`ce-provision`](https://github.com/codeenigma/ce-provision) using the `ce_deploy` and `docker_ce` roles.

If you set the `deploy_container.action` to `destroy` then the role will also take care of tidying up containers. If it is an AWS ECS deployment then it will also tidy up the ECS service for you.

## AWS IAM requirements
AWS integration requires the AWS CLI user provided for `ce-deploy` to have certain managed AWS policies attached.

Expand Down

0 comments on commit ffaffec

Please sign in to comment.