across
across

Reputation: 546

How to get current stage name in task?

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

Answers (1)

across
across

Reputation: 546

I found the answer: fetch(:stage)

Upvotes: 6

Related Questions