mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-11 19:39:52 +07:00
Fix infra makefile
This commit is contained in:
parent
3a8dcde9aa
commit
74d5a08a3b
@ -7,11 +7,9 @@ init:
|
|||||||
&& terraform init
|
&& terraform init
|
||||||
|
|
||||||
plan:
|
plan:
|
||||||
source ../metal/secrets/env \
|
platform \
|
||||||
&& cd platform \
|
|
||||||
&& terraform plan
|
&& terraform plan
|
||||||
|
|
||||||
apply:
|
apply:
|
||||||
source ../metal/secrets/env \
|
cd platform \
|
||||||
&& cd platform \
|
|
||||||
&& terraform apply
|
&& terraform apply
|
||||||
|
Loading…
Reference in New Issue
Block a user