In NetBeans IDE, for any project, I have an option to check "Copy files from source folder to another location", which copies files from my working directory to another directory every time I make any change in my working copy. I use this feature, because I have the other directory synced with Google Drive, which updates the testing server immediately when I make any changes.
Now I am trying to switch to PhpStorm from NetBeans, but I cannot find any such option in PhpStorm. Can anyone help me, how can achieve the same in PhpStorm?
It can be done using Deployment functionality.
Settings/Preferences | Build, Execution, Deployment | Deployment
Local or Shared Folder
typeDeployment | Options
(look for Upload changed files automatically
setting) .. or just use Upload
or Synchronize with...
actions manuallyMore in these official manuals (with video and pictures).