khuedoan-homelab/Makefile
2021-01-27 16:44:47 +07:00

19 lines
190 B
Makefile

#TODO
.POSIX:
default: help
help:
@echo "Khue's homelab"
platform:
cd ./platform \
&& terraform init \
&& terraform apply
apps:
echo hello
reset-infra:
./infra/scripts/reset.py