From 304f929b6fe71dc71c9dabbca5418a11c65ce072 Mon Sep 17 00:00:00 2001 From: "Sijia (Nancy) Li" Date: Mon, 11 Dec 2023 19:23:45 -0500 Subject: [PATCH] add run-ml-pipeline.sh --- src/app_deploy/run-ml-pipeline.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 src/app_deploy/run-ml-pipeline.sh diff --git a/src/app_deploy/run-ml-pipeline.sh b/src/app_deploy/run-ml-pipeline.sh new file mode 100755 index 0000000..66e07e4 --- /dev/null +++ b/src/app_deploy/run-ml-pipeline.sh @@ -0,0 +1,2 @@ +ansible-playbook deploy-docker-images.yml -i inventory.yml +python cli.py --pipeline \ No newline at end of file