forked from toolshed/abra
build: add installer script
This commit is contained in:
7
scripts/installer/makefile
Normal file
7
scripts/installer/makefile
Normal file
@ -0,0 +1,7 @@
|
||||
STACK := abra_installer_script
|
||||
|
||||
default: deploy
|
||||
|
||||
deploy:
|
||||
@docker stack rm $(STACK) && \
|
||||
docker stack deploy -c compose.yml $(STACK)
|
Reference in New Issue
Block a user