don't assume generation is always wanted
This commit is contained in:
parent
2ad7292f33
commit
a4e84b77c2
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -5,7 +5,7 @@ default: deploy
|
|||
generate:
|
||||
abra catalogue generate
|
||||
|
||||
deploy: generate
|
||||
deploy:
|
||||
@DOCKER_CONTEXT=swarm.autonomic.zone docker stack rm $(STACK) && \
|
||||
DOCKER_CONTEXT=swarm.autonomic.zone docker stack deploy -c compose.yml $(STACK)
|
||||
|
||||
|
|
Loading…
Reference in a new issue