Merge pull request #2421 from nicka/master

Add missing $ to docs/02-providers/aws/01-setup.md
This commit is contained in:
Florian Motlik 2016-10-17 20:48:11 +02:00 committed by GitHub
commit 8a68bb684f

View File

@ -120,7 +120,7 @@ custom:
prod:
profile: your-profile-for-prod
provider:
profile: ${self:custom.{opt:stage}.profile}
profile: ${self:custom.${opt:stage}.profile}
```
One set of credentials for all stages using environment variables