deployphp / action

GitHub Action for Deployer
MIT License
227 stars 46 forks source link

Exit code on error #13

Closed giraz82 closed 3 years ago

giraz82 commented 3 years ago

It seems that if an error occurs during deploy process, the action completes successfully. In such way there is no evidence that the deploy failed, unless to check carefully the action log.

...
...
➤ Executing task deploy:update_code
➤ Executing task deploy:failed
• done on [xxx.xxx.xxx.xxx]
✔ Ok [0ms]

image

Am I missing something? Thank you

mmenozzi commented 3 years ago

I have the same issue.