Universal Export SHAs on Deployment?

Is there a way to export the SHA of the commit on any Deployment, i.e. a global hook?

We’d like to see what SHAs were deployed when to trace back issues without having to add that to each particular deployment. The exports would be to some external db.

Hi @joel3000 you can do this through deployment tags.

Please refer to this docs here to implement it.

Thanks!