How does the deploy-building trigger work?

Hello there,

I want use the trigger event deploy-building. I was able to succesfully implemenent the function deploy-succeeded, it triggers after the deploy was done. But the deploy-building is a mystery.

Does anyone have any pointers? I am not even sure, how I can test if the function got triggered.

Hi, @tulipa-im. You could add a console.log() to your function and then check the functions logs after a deploy. That should tell you if the function has triggered or not.