I would like to be able to deploy directly from environment variables.
This feature would allow me to setup each sandbox environment after doing a refresh from production.
5
votes
Anonymous
shared this idea
-
Eric Kintzer commented
This would be huge, consider this example:
T(0) Sandbox has email alerts, email config, etc all using staging-support@mycompany.com
T(1) When you deploy to PROD, environment variables allow these refs to be changed to support@mycompany.com
T(2) When sandbox is refreshed or a new sandbox is created, that sandbox will have all the email refs as support@mycompany.comSince environment variables define the transition from xxx to yyy; one would like to be able to define the reverse: yyy to xxx and be applied directly to an org