Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

DNABeast's avatar

Growl when Forge deploys

Has anyone figured out how to get growl to show a notification once a forge deployment is finished? Is there a way of initiating that from a deploy script or something?

0 likes
5 replies
fideloper's avatar

I don't think Growl has a way or public API that would allow a remote server (Forge and/or your servers) to communicate directly to your local computer.

I could be wrong, but I believe only local services can trigger growl notifications.

Lastly, I'm not sure if you're on a Mac, but latest Max OS doesn't need Growl because it has it's own notification system (Does Growl still work on newer Mac OSes?)

RobinMalfait's avatar

@fideloper I use it to notify if my tests are green or red using gulp. Not sure if there is a native API for the notifications in gulp?

Please or to participate in this conversation.