Pull docker image silently

This commit is contained in:
Correl Roush 2018-06-29 20:43:49 -04:00
parent 0a4b965613
commit b786659a85
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ stop:
destroy:
-docker rm -f $(CONTAINER)
pull:
docker pull $(IMAGE):$(HA_VERSION)
@docker pull $(IMAGE):$(HA_VERSION) >/dev/null
deploy: pull test destroy run