Execute arbitrary script every time I save a file
Hi,
How can I have PyCharm execute a script every time I save a file in the IDE, e.g. I want PyCharm to scp over my project to a remote machine every time I make a change/save on my local copy.
Please sign in to leave a comment.
PyCharm Professional supports remote deployments over scp. It also supports "file watchers" that can run custom commands.