Add WIP makefile

This commit is contained in:
Khue Doan 2021-01-27 16:44:47 +07:00
parent 3ce7a7d3f0
commit b4c0a0b1d1

18
Makefile Normal file
View File

@ -0,0 +1,18 @@
#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