diff --git a/README.md b/README.md index c459b81..5a84aff 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ atmos -e dev container deploy -c services The atmos aws scaffold also sets up a user named _deployer_, with restricted permissions sufficient to do the deploy. Add the [key/secret](https://github.com/simplygenius/atmos-recipes/blob/master/aws/scaffold/recipes/atmos-permissions.tf#L159) to the environment for your CI to get your CI to auto-deploy on successful build. ``` -AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= atmos -e container deploy -c services +AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= atmos -e container deploy -r -deployer -c services ``` To clean it all up: