diff options
Diffstat (limited to 'tvix/tools/turbofetch/deploy.sh')
-rwxr-xr-x | tvix/tools/turbofetch/deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tvix/tools/turbofetch/deploy.sh b/tvix/tools/turbofetch/deploy.sh new file mode 100755 index 000000000000..65564ce2ed7f --- /dev/null +++ b/tvix/tools/turbofetch/deploy.sh @@ -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 |