make does refresh deployment
This commit is contained in:
15
nextcloud_devenv/Makefile
Normal file
15
nextcloud_devenv/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
.PHONY: all build_deploy build deploy
|
||||
|
||||
all: build_deploy
|
||||
|
||||
build_deploy: build
|
||||
./deploy_poll.sh
|
||||
|
||||
build:
|
||||
cd polls; make
|
||||
|
||||
deploy:
|
||||
./deploy_poll.sh
|
||||
|
||||
Reference in New Issue
Block a user