diff --git a/deployment/deploy.sh b/deployment/deploy.sh index 882c7a6..340f67c 100644 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -23,7 +23,7 @@ docker stop libertai-agent && docker rm $_ # Deploying the new agent unzip $ZIP_PATH -d $CODE_PATH -wget https://raw.githubusercontent.com/Libertai/libertai-agents/refs/heads/reza/deployment-instances/deployment/$2.Dockerfile -O $DOCKERFILE_PATH -q --no-cache +wget https://raw.githubusercontent.com/Libertai/libertai-agents/refs/heads/reza/instances/deployment/$2.Dockerfile -O $DOCKERFILE_PATH -q --no-cache docker build $CODE_PATH \ -f $DOCKERFILE_PATH \ -t libertai-agent \