Test before deploying

This commit is contained in:
Correl Roush 2018-06-14 18:52:25 -04:00
parent 0da054c34c
commit f637e46650
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ destroy:
docker rm -f $(CONTAINER)
pull:
docker pull $(IMAGE):$(HA_VERSION)
deploy: destroy run
deploy: test destroy run
upgrade: pull deploy