mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Add missing $ to docs/02-providers/aws/01-setup.md
This commit is contained in:
parent
87792d82d1
commit
5f85b4a8c6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user