Fix infra makefile

This commit is contained in:
Khue Doan 2021-04-24 13:40:16 +07:00
parent 3a8dcde9aa
commit 74d5a08a3b

View File

@ -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