Skip to content

Commit

Permalink
running deploy as deployer user needs the deployer specific role to b…
Browse files Browse the repository at this point in the history
…e specified
  • Loading branch information
wr0ngway committed Sep 10, 2019
1 parent b9d8c02 commit 06a34b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ atmos -e dev container deploy -c services <service_name>
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=<deployer_key> AWS_SECRET_ACCESS_KEY=<deployer_secret> atmos -e <env_based_on_branch> container deploy -c services <service_name>
AWS_ACCESS_KEY_ID=<deployer_key> AWS_SECRET_ACCESS_KEY=<deployer_secret> atmos -e <env_based_on_branch> container deploy -r <env>-deployer -c services <service_name>
```

To clean it all up:
Expand Down

0 comments on commit 06a34b0

Please sign in to comment.