From 966343aeb277dc16d65afe6af22f7f562c75e34c Mon Sep 17 00:00:00 2001 From: Evan Doyle Date: Fri, 16 Aug 2024 10:29:58 -0700 Subject: [PATCH] Tweak copy of scripts in deploy.sh --- api/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/deploy.sh b/api/deploy.sh index 43b9a01..a000c67 100755 --- a/api/deploy.sh +++ b/api/deploy.sh @@ -30,7 +30,7 @@ uv pip install -r $API_DIR/requirements.txt if [ ! -d /home/ec2-user/pare-scripts ]; then mkdir /home/ec2-user/pare-scripts fi -cp -r $API_DIR/scripts /home/ec2-user/pare-scripts +cp -r $API_DIR/scripts/* /home/ec2-user/pare-scripts cd $API_DIR