From: Lorin Hochstein Date: Mon, 1 May 2017 04:19:49 +0000 (-0700) Subject: add to makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=a866868c9091f93aa2eb4aea887f4f6181fe5304;p=ansiblebook.git add to makefile --- diff --git a/ans-con/Makefile b/ans-con/Makefile index 89563be..36875ba 100644 --- a/ans-con/Makefile +++ b/ans-con/Makefile @@ -1,6 +1,10 @@ -.PHONY: build push +.PHONY: build push run + +run: + ansible-container run build: ansible-container build + push: ansible-container push