scripts/ssh-vm.sh: quick SSH into colony-vm

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 09:17:05 +02:00
parent e0b93ab141
commit ad5595e06f
2 changed files with 7 additions and 0 deletions

View File

@@ -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, };

3
scripts/ssh-vm.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Quick SSH into colony-vm
gcloud compute ssh colony-vm --zone=europe-west1-b --project=apes-platform "$@"