Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy button to manually redeploy in Netbeans while working with deployOnSave disabled mode

Is there any way to manually redeploy project after making certain changes to source ?

I disabled deployOnSave option in Netbeans to prevent unnecessary redeploys while I make trivial changes in code. Perhaps a redeploy button in toolbar or anything like that would be helpful.


Using Netbeans 7.2

like image 373
Rajat Gupta Avatar asked Dec 21 '12 13:12

Rajat Gupta


1 Answers

  1. Right Click on Project
  2. Properties
  3. Run Sub Menu
  4. Deploy On Save Check-box (uncheck this One)

Put a shortcut key for deploy

  1. Tools Menu
  2. Options
  3. Key Map Sub Menu
  4. Search Deploy And Set Your Key Combination
like image 55
Kayis Rahman Avatar answered Sep 22 '22 15:09

Kayis Rahman