fix: default linux binary in installer, add context

Closes coop-cloud/organising#184
This commit is contained in:
3wc
2021-10-09 21:44:53 +02:00
parent c764243f3a
commit 1cb45113db
2 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ STACK := abra_installer_script
default: deploy
deploy:
@docker stack rm $(STACK) && \
docker stack deploy -c compose.yml $(STACK)
@DOCKER_CONTEXT=swarm.autonomic.zone docker stack rm $(STACK) && \
DOCKER_CONTEXT=swarm.autonomic.zone docker stack deploy -c compose.yml $(STACK)