build: add installer script

This commit is contained in:
2021-09-07 13:01:22 +02:00
parent 48bc03db51
commit 45f1692c99
5 changed files with 117 additions and 0 deletions

View File

@ -0,0 +1,7 @@
STACK := abra_installer_script
default: deploy
deploy:
@docker stack rm $(STACK) && \
docker stack deploy -c compose.yml $(STACK)