diff --git a/Makefile b/Makefile index 27861e1..2960f3c 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ flush: # target: update-develop - Run push change in repo develop branch and deploy for develop server with restart only web container update-develop: git push origin develop - fab update_develop + fab develop update # target: upgrade-develop - Run push change in repo develop branch and deploy for develop server with rebuild container upgrade-develop: