Skip to content

Commit 99120cd

Browse files
committed
tools: jeeves -> castle in dogfood deploy script
1 parent eb7a44e commit 99120cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/deno/deploy-dogfood.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import { parseArgs } from 'jsr:@std/[email protected]'
1616
// StrictHostKeyChecking no
1717
// UserKnownHostsFile /dev/null
1818
// User root
19-
// ProxyCommand ssh jeeves.eng.oxide.computer pilot tp nc any $(echo "%h" | sed s/gc//) %p
19+
// ProxyCommand ssh castle.eng.oxide.computer pilot tp nc any $(echo "%h" | sed s/gc//) %p
2020
// ServerAliveInterval 15
2121
// ForwardAgent yes
2222
//
23-
// host jeeves
23+
// host castle
2424
// hostname %h.eng.oxide.computer
2525
// user <your actual username>
2626
// ForwardAgent yes

tools/dogfood/find-zone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ -z "$1" ]; then
1616
exit 1
1717
fi
1818

19-
ssh jeeves <<SSH_EOF
19+
ssh castle <<SSH_EOF
2020
pilot tp login any # enter switch zone
2121
pilot host exec -c "zoneadm list | grep $1 || true" 0-31
2222
exit

0 commit comments

Comments
 (0)