about summary refs log tree commit diff
path: root/tvix/tools/turbofetch/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/tools/turbofetch/deploy.sh')
-rwxr-xr-xtvix/tools/turbofetch/deploy.sh5
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 0000000000..65564ce2ed
--- /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