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