azure/Makefile

10 lines
100 B
Makefile

terraform:
$(MAKE) -C plans
deploy: terraform
$(MAKE) -C plans apply
.PHONY: terraform deploy