1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-03-24 17:34:43 +00:00
Files
multi-cloud-kubernetes/Makefile

10 lines
151 B
Makefile

deploy: install-terraform run-deploy
install-terraform:
bash bin/install-terraform.sh
run-deploy:
bash bin/deploy.sh
destroy:
bash bin/destroy.sh