abra/scripts/installer/makefile

8 lines
135 B
Makefile
Raw Normal View History

2021-09-07 11:01:22 +00:00
STACK := abra_installer_script
default: deploy
deploy:
@docker stack rm $(STACK) && \
docker stack deploy -c compose.yml $(STACK)