mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 20:14:32 +07:00
19 lines
190 B
Makefile
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
|