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:
4
crates/colony-types/bindings/InboxItem.ts
Normal file
4
crates/colony-types/bindings/InboxItem.ts
Normal 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
3
scripts/ssh-vm.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Quick SSH into colony-vm
|
||||||
|
gcloud compute ssh colony-vm --zone=europe-west1-b --project=apes-platform "$@"
|
||||||
Reference in New Issue
Block a user