You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you want your application to report what revision (aka git sha) it is running. The HerokuSan::Stage object has a method #revision which returns the current sha. Then you can use the #push_config method to update the environment variable of your choice with the new revision sha.