Skip to content

Commit

Permalink
devbox build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Apr 28, 2024
1 parent 5044b2f commit 06cc256
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,15 @@
"pwgen@latest",
"whois@latest",
"xorriso@latest"
]
],
"shell": {
"init_hook": [],
"scripts": {
"build": [
"cat ${HOME}/.ssh/id_ed25519.pub > configs/authorized_keys",
"./build.sh -u 'janitor' -d 'example.org' -z",
"cat *.sum"
]
}
}
}

0 comments on commit 06cc256

Please sign in to comment.