From 705b77d464214f54a7f1d2c879cfe91e5a69f902 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sat, 27 Apr 2019 18:22:21 +0800 Subject: [PATCH] updating comments in deploy.sh --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 91f2e70..cfcd69d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,8 @@ #!/bin/bash # To run the deployment: -# ./deploy.sh ../step0-tfstate/terraform.tfstate [plan|apply] +# Initialise the remote state first with ./deploy.sh +# ./deploy.sh step1-aks [plan|apply|destroy] # capture the current path current_path=$(pwd)