Reputation: 546
I know how to fetch config vars with fetch() method, but can I get stage name (production, stage) in task?
Thanks in advance
Upvotes: 2
Views: 1700
I found the answer: fetch(:stage)
Upvotes: 6