diff --git a/flake.nix b/flake.nix index 0af61ed..2315796 100644 --- a/flake.nix +++ b/flake.nix @@ -123,7 +123,7 @@ ''; }; - deployToProduction = pkgs.writeShellScript '' + deployToProduction = pkgs.writeShellScript "deploy-to-production" '' ${pkgs.curl}/bin/curl 62.146.78.173:9337/hooks/angestoepselt_homepage ''; };