ide - "Copy files from source folder to another location" in PhpStorm -
in netbeans ide, project, have option check "copy files source folder location", copies files working directory directory every time make change in working copy. use feature, because have other directory synced google drive, updates testing server when make changes.
now trying switch phpstorm netbeans, cannot find such option in phpstorm. can me, how can achieve same in phpstorm?
it can done using deployment functionality.
settings/preferences | build, execution, deployment | deployment- create new entry of
local or shared foldertype - configure (all tabs)
- mark default project
- enable automatic deployment in
deployment | options(lookupload changed files automaticallysetting) .. or useuploadorsynchronize with...actions manually
more in these official manuals (with video , pictures).
Comments
Post a Comment