From 5529098c258ad4564c8bda6e99a047eac9a6d479 Mon Sep 17 00:00:00 2001 From: OG T Date: Mon, 8 Jun 2026 20:27:02 +0800 Subject: [PATCH] fix: change deploy dir to agent-bounty-protocol --- deploy_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_all.sh b/deploy_all.sh index 74cfa1c..a85639a 100755 --- a/deploy_all.sh +++ b/deploy_all.sh @@ -2,7 +2,7 @@ set timeout -1 set jump_host "wooo@192.168.0.110" set target_host "ollama@192.168.0.188" -set repo_dir "/home/ollama/vibework-git" +set repo_dir "/home/ollama/agent-bounty-protocol" spawn ssh -J $jump_host $target_host "cd $repo_dir && git reset --hard HEAD && git pull origin main && docker compose pull && docker compose up -d --build db web agent && docker compose exec -T web npx prisma@6.4.1 db push --schema=apps/web/prisma/schema.prisma --skip-generate && docker compose exec -T web npx tsx apps/web/seed.ts" expect {