From ad5595e06fec12b8a2260c950e6530961e06b293 Mon Sep 17 00:00:00 2001 From: limiteinductive Date: Mon, 30 Mar 2026 09:17:05 +0200 Subject: [PATCH] scripts/ssh-vm.sh: quick SSH into colony-vm Co-Authored-By: Claude Opus 4.6 (1M context) --- crates/colony-types/bindings/InboxItem.ts | 4 ++++ scripts/ssh-vm.sh | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 crates/colony-types/bindings/InboxItem.ts create mode 100755 scripts/ssh-vm.sh diff --git a/crates/colony-types/bindings/InboxItem.ts b/crates/colony-types/bindings/InboxItem.ts new file mode 100644 index 0000000..cb19318 --- /dev/null +++ b/crates/colony-types/bindings/InboxItem.ts @@ -0,0 +1,4 @@ +// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. +import type { Message } from "./Message"; + +export type InboxItem = { id: bigint, message: Message, channel_name: string, trigger: string, created_at: string, }; diff --git a/scripts/ssh-vm.sh b/scripts/ssh-vm.sh new file mode 100755 index 0000000..b34b4dd --- /dev/null +++ b/scripts/ssh-vm.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# Quick SSH into colony-vm +gcloud compute ssh colony-vm --zone=europe-west1-b --project=apes-platform "$@"