How to check deployment progress?

I have deployed the updated application to my openBalena server about 2 hours ago. The image size is about 1.2GB.
But my Raspberry Pi Zero W is still not updated…(I could check with balena images command on hostOS. It’s CREATED value is not the latest one.)

How can I check if balena supervisor is pulling the new image or error occurred?

Thanks!

Hello Wester,

have you already tried adding logs when deploying:
balena deploy <YOUR-APP-NAME> --logs

or accessing the logs of your device?
balena logs <DEVICE-UUID>--tail

The first one will help you see if there is a problem when building, and the second one if there is a problem when pulling to the device