azure/Makefile

10 lines
100 B
Makefile
Raw Permalink Normal View History

terraform:
$(MAKE) -C plans
2016-11-17 20:30:05 +00:00
deploy: terraform
$(MAKE) -C plans apply
.PHONY: terraform deploy