All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#184
8 lines
207 B
Makefile
8 lines
207 B
Makefile
STACK := abra_installer_script
|
|
|
|
default: deploy
|
|
|
|
deploy:
|
|
@DOCKER_CONTEXT=swarm.autonomic.zone docker stack rm $(STACK) && \
|
|
DOCKER_CONTEXT=swarm.autonomic.zone docker stack deploy -c compose.yml $(STACK)
|