mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #2421 from nicka/master
Add missing $ to docs/02-providers/aws/01-setup.md
This commit is contained in:
commit
8a68bb684f
@ -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