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",
|
"$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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user