about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-10 19:29:19 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-10 19:29:19 -0700
commit691d898b98b30e30bf8aa91771db68a6e705d21e (patch)
tree968234ad7adff815f791afbbb4e50da5cb0efb70
parenti don't think it will work (diff)
downloadfcuny.net-691d898b98b30e30bf8aa91771db68a6e705d21e.tar.gz
who knows
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1c9b9dd..79e6953 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,7 +36,7 @@
             export PATH=${
               pkgs.lib.makeBinPath [ pkgs.hugo pkgs.git pkgs.jq pkgs.flyctl ]
             }:$PATH
-            ./scripts/deploy.sh
+            bash ./scripts/deploy.sh
           '';
         };