Skip to content

Commit

Permalink
Pasting emojivoto curl content into a file
Browse files Browse the repository at this point in the history
  • Loading branch information
hershd23 committed Jun 13, 2022
1 parent 58952bc commit fc66423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linkerd_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if ! [ -x "$(command -v mesheryctl)" ]; then
curl -L https://meshery.io/install | ADAPTERS=linkerd PLATFORM=kubernetes bash -
fi

curl -fsL https://run.linkerd.io/emojivoto.yml
curl -fsL https://run.linkerd.io/emojivoto.yml --output emojivoto.yml
sleep 10
mesheryctl system login --provider None
mesheryctl mesh deploy adapter meshery-linkerd:10001
Expand Down

0 comments on commit fc66423

Please sign in to comment.