Skip to content

Commit

Permalink
Tweak copy of scripts in deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Aug 16, 2024
1 parent 417ee96 commit 966343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 966343a

Please sign in to comment.