fix traffic alert source mapping and claim-stall gating
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 9s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 9s
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/usr/bin/expect -f
|
||||
set timeout -1
|
||||
spawn ssh -J wooo@192.168.0.110 wooo@192.168.0.188 "cd /home/wooo/deployments/agent-bounty-protocol && git pull origin main && docker compose exec -T web npx tsx seed.ts"
|
||||
set jump_host "wooo@192.168.0.110"
|
||||
set target_host "ollama@192.168.0.188"
|
||||
set repo_dir "/home/ollama/vibework-git"
|
||||
|
||||
spawn ssh -J $jump_host $target_host "cd $repo_dir && git pull origin main && docker compose pull && docker compose up -d --build db web scout-bot && 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 {
|
||||
"*assword:*" {
|
||||
send "0936223270\r"
|
||||
|
||||
Reference in New Issue
Block a user