khuedoan-homelab/Makefile

19 lines
190 B
Makefile
Raw Normal View History

2021-01-27 16:44:47 +07:00
#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