diff --git a/deploy/ec2/setup_machine.sh b/deploy/ec2/setup_machine.sh index ed6ad41bbc..05c7e439c0 100644 --- a/deploy/ec2/setup_machine.sh +++ b/deploy/ec2/setup_machine.sh @@ -65,8 +65,7 @@ sudo cp /tmp/postgrest.service /lib/systemd/system/postgrest.service # Setup app directory mkdir -p ~/app -git clone -b plugin/textract https://github.com/ToolJet/ToolJet.git ~/app && cd ~/app -#need to change it main before merging the PR +git clone -b main https://github.com/ToolJet/ToolJet.git ~/app && cd ~/app mv /tmp/.env ~/app/.env mv /tmp/setup_app ~/app/setup_app