IIS bindings based on target environment

Lets make it simple, say we have one project, two target machines and two channels (staging and production).
Staging and production will have different bindings, easy fixed with scoped variables.

But how can I have different IIS bindings for each deployment target?

Never mind, I just realized that you can specify Environment role for an varaible to. Problem solved :slight_smile: