How to link a external tool to the deployment

Hello,

I've created a bat for creating a log locally of the files that are deployed on a certain server, I've put it as an external tool in phpstorm.

I want this bat to be triggered after a successful deployment but I don't know how to link it correctly in the setting for deployment I don't see any configuration that could help me do that.

Is it impossible or what should I do?

 

0
Hello,

For example you can use a File Watcher(File | Settings | Tools | File Watchers) with this action called on save(Ctrl-S) at File | Settings | Tools | Actions on Save
0

请先登录再写评论。