mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 09:27:08 +00:00
refactor: Move deployment files to .github/deploy
This commit is contained in:
parent
567d38190f
commit
300d350c22
11
deploy/devbox.json → .github/deploy/devbox.json
vendored
11
deploy/devbox.json → .github/deploy/devbox.json
vendored
@ -1,11 +1,6 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
|
||||
"packages": [
|
||||
"go@latest",
|
||||
"cargo@latest",
|
||||
"uv@latest",
|
||||
"bun@latest"
|
||||
],
|
||||
"packages": ["go@latest", "cargo@latest", "uv@latest", "bun@latest"],
|
||||
"env": {
|
||||
"PATH": "$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$HOME/.bun/bin:$PATH",
|
||||
"GITHUB_TOKEN": "$GITHUB_TOKEN",
|
||||
@ -16,9 +11,7 @@
|
||||
"shell": {
|
||||
"init_hook": [],
|
||||
"scripts": {
|
||||
"test": [
|
||||
"echo \"Error: no test specified\" && exit 1"
|
||||
]
|
||||
"test": ["echo \"Error: no test specified\" && exit 1"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user