feat(tvix/tools/turbofetch): init
Change-Id: I2efa6f94f57e812c52371256a4e62d1d54ff5057 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9925 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
9cd2e92065
commit
bdda10a2f5
9 changed files with 8624 additions and 0 deletions
5
tvix/tools/turbofetch/deploy.sh
Executable file
5
tvix/tools/turbofetch/deploy.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i "bash -e"
|
||||
#! nix-shell -p cargo-lambda
|
||||
cargo lambda build --release
|
||||
cargo lambda deploy
|
||||
Loading…
Add table
Add a link
Reference in a new issue