refactor: Move deployment files to .github/deploy

This commit is contained in:
Prad Nukala 2025-01-06 14:44:12 -05:00
parent 567d38190f
commit 300d350c22
3 changed files with 2 additions and 9 deletions

View File

@ -1,11 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json", "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [ "packages": ["go@latest", "cargo@latest", "uv@latest", "bun@latest"],
"go@latest",
"cargo@latest",
"uv@latest",
"bun@latest"
],
"env": { "env": {
"PATH": "$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$HOME/.bun/bin:$PATH", "PATH": "$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$HOME/.bun/bin:$PATH",
"GITHUB_TOKEN": "$GITHUB_TOKEN", "GITHUB_TOKEN": "$GITHUB_TOKEN",
@ -16,9 +11,7 @@
"shell": { "shell": {
"init_hook": [], "init_hook": [],
"scripts": { "scripts": {
"test": [ "test": ["echo \"Error: no test specified\" && exit 1"]
"echo \"Error: no test specified\" && exit 1"
]
} }
} }
} }