From ffd1200746794b593d713092f2e058118e9135a3 Mon Sep 17 00:00:00 2001 From: Aadhitya A Date: Sat, 17 Aug 2024 13:12:14 +0530 Subject: [PATCH] Edit script with latest cmd Signed-off-by: Aadhitya A --- .github/workflows/scripts/linkerd_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/linkerd_deploy.sh b/.github/workflows/scripts/linkerd_deploy.sh index 47a8a3a..a2d6a1c 100644 --- a/.github/workflows/scripts/linkerd_deploy.sh +++ b/.github/workflows/scripts/linkerd_deploy.sh @@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-linkerd:10001 --token "./.github/w sleep 200 echo "Onboarding application... Standby for few minutes..." #mesheryctl app onboard -f "./emojivoto.yml" -s "Kubernetes Manifest" --token "./.github/workflows/auth.json" -mesheryctl app onboard -f "./emojivoto.yml" --token "./.github/workflows/auth.json" +mesheryctl design onboard -f "./emojivoto.yml" --token "./.github/workflows/auth.json" # Wait for the application to be ready sleep 100